VMTK
|
Create a box shaped sub-volume within a 3D image and paint (assign a value to) every sub-volume element with the same value. More...
#include <vtkvmtkImageBoxPainter.h>
Public Types | |
typedef vtkSimpleImageToImageFilter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkImageBoxPainter * | NewInstance () const |
virtual double | GetPaintValue () |
virtual void | SetPaintValue (double) |
virtual double * | GetBoxBounds () |
virtual void | GetBoxBounds (double data[6]) |
virtual void | SetBoxBounds (double data[]) |
virtual int * | GetBoxExtent () |
virtual void | GetBoxExtent (int data[6]) |
virtual void | SetBoxExtent (int data[]) |
virtual int | GetBoxDefinition () |
virtual void | SetBoxDefinition (int) |
void | SetBoxDefinitionToUseExtent () |
void | SetBoxDefinitionToUseBounds () |
Static Public Member Functions | |
static vtkvmtkImageBoxPainter * | New () |
static int | IsTypeOf (const char *type) |
static vtkvmtkImageBoxPainter * | SafeDownCast (vtkObjectBase *o) |
Protected Types | |
enum | { USE_BOUNDS, USE_EXTENT } |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkImageBoxPainter () | |
~vtkvmtkImageBoxPainter () | |
virtual void | SimpleExecute (vtkImageData *input, vtkImageData *output) VTK_OVERRIDE |
Protected Attributes | |
double | PaintValue |
double | BoxBounds [6] |
int | BoxExtent [6] |
int | BoxDefinition |
Create a box shaped sub-volume within a 3D image and paint (assign a value to) every sub-volume element with the same value.
..
Definition at line 34 of file vtkvmtkImageBoxPainter.h.
typedef vtkSimpleImageToImageFilter vtkvmtkImageBoxPainter::Superclass |
Definition at line 38 of file vtkvmtkImageBoxPainter.h.
|
protected |
|
protected |
|
inlineprotected |
Definition at line 59 of file vtkvmtkImageBoxPainter.h.
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkvmtkImageBoxPainter* vtkvmtkImageBoxPainter::NewInstance | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inline |
Definition at line 51 of file vtkvmtkImageBoxPainter.h.
|
inline |
Definition at line 53 of file vtkvmtkImageBoxPainter.h.
|
protectedvirtual |
|
protected |
Definition at line 63 of file vtkvmtkImageBoxPainter.h.
|
protected |
Definition at line 64 of file vtkvmtkImageBoxPainter.h.
|
protected |
Definition at line 65 of file vtkvmtkImageBoxPainter.h.
|
protected |
Definition at line 67 of file vtkvmtkImageBoxPainter.h.