|
virtual int | IsA (const char *type) |
|
vtkImageDataLIC2DExtentTranslator * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SetInputExtentTranslator (vtkExtentTranslator *) |
|
virtual vtkExtentTranslator * | GetInputExtentTranslator () |
|
virtual void | SetInputWholeExtent (int, int, int, int, int, int) |
|
virtual void | SetInputWholeExtent (int[6]) |
|
virtual int * | GetInputWholeExtent () |
|
virtual void | GetInputWholeExtent (int &, int &, int &, int &, int &, int &) |
|
virtual void | GetInputWholeExtent (int[6]) |
|
virtual int | PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints) |
|
|
void | SetAlgorithm (vtkImageDataLIC2D *) |
|
vtkImageDataLIC2D * | GetAlgorithm () |
|
vtkExtentTranslator * | NewInstance () const |
|
void | SetSplitPath (int len, int *splitpath) |
|
virtual void | SetWholeExtent (int, int, int, int, int, int) |
|
virtual void | SetWholeExtent (int[6]) |
|
virtual int * | GetWholeExtent () |
|
virtual void | GetWholeExtent (int &, int &, int &, int &, int &, int &) |
|
virtual void | GetWholeExtent (int[6]) |
|
virtual void | SetExtent (int, int, int, int, int, int) |
|
virtual void | SetExtent (int[6]) |
|
virtual int * | GetExtent () |
|
virtual void | GetExtent (int &, int &, int &, int &, int &, int &) |
|
virtual void | GetExtent (int[6]) |
|
virtual void | SetPiece (int) |
|
virtual int | GetPiece () |
|
virtual void | SetNumberOfPieces (int) |
|
virtual int | GetNumberOfPieces () |
|
virtual void | SetGhostLevel (int) |
|
virtual int | GetGhostLevel () |
|
virtual int | PieceToExtent () |
|
virtual int | PieceToExtentByPoints () |
|
void | SetSplitModeToBlock () |
|
void | SetSplitModeToXSlab () |
|
void | SetSplitModeToYSlab () |
|
void | SetSplitModeToZSlab () |
|
virtual int | GetSplitMode () |
|
vtkObject * | NewInstance () const |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
unsigned char | GetDebug () |
|
void | SetDebug (unsigned char debugFlag) |
|
virtual void | Modified () |
|
virtual unsigned long | GetMTime () |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
This is needed because vtkImageDataLIC2D produces a larger output extents by setting a magnification factor. This class calls vtkImageLIC2D to do the translation.
Definition at line 31 of file vtkImageDataLIC2DExtentTranslator.h.