|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkUniformHyperTreeGrid * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
int | GetDataObjectType () override |
| Return what type of dataset this is.
|
|
void | CopyStructure (vtkDataObject *) override |
| Copy the internal geometric and topological structure of a vtkUniformHyperTreeGrid object.
|
|
void | Initialize () override |
| Restore data object to initial state.
|
|
void | SetGridScale (double) |
| Set all scales at once when root cells are d-cubes.
|
|
double * | GetBounds () override |
| Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax).
|
|
void | GetLevelZeroOriginAndSizeFromIndex (vtkIdType, double *, double *) override |
| Convert the global index of a root to its Spacial coordinates origin and size.
|
|
void | GetLevelZeroOriginFromIndex (vtkIdType, double *) override |
| Convert the global index of a root to its Spacial coordinates origin and size.
|
|
void | ShallowCopy (vtkDataObject *) override |
| Create shallow copy of hyper tree grid.
|
|
void | DeepCopy (vtkDataObject *) override |
| Create deep copy of hyper tree grid.
|
|
unsigned long | GetActualMemorySizeBytes () override |
| Return the actual size of the data bytes.
|
|
vtkHyperTree * | GetTree (vtkIdType, bool create=false) override |
| Return tree located at given index of hyper tree grid NB: This will construct a new HyperTree if grid slot is empty.
|
|
|
virtual void | SetOrigin (double, double, double) |
| Set/Get origin of grid.
|
|
virtual void | SetOrigin (double[3]) |
| Set/Get origin of grid.
|
|
virtual double * | GetOrigin () |
| Set/Get origin of grid.
|
|
virtual void | GetOrigin (double &, double &, double &) |
| Set/Get origin of grid.
|
|
virtual void | GetOrigin (double[3]) |
| Set/Get origin of grid.
|
|
|
void | SetGridScale (double, double, double) |
| Set/Get scale of root cells along each direction.
|
|
void | SetGridScale (double *) |
| Set/Get scale of root cells along each direction.
|
|
virtual double * | GetGridScale () |
| Set/Get scale of root cells along each direction.
|
|
virtual void | GetGridScale (double &, double &, double &) |
| Set/Get scale of root cells along each direction.
|
|
virtual void | GetGridScale (double[3]) |
| Set/Get scale of root cells along each direction.
|
|
|
void | SetXCoordinates (vtkDataArray *XCoordinates) override |
| Set/Get the grid coordinates in the x-direction.
|
|
vtkDataArray * | GetXCoordinates () override |
| Set/Get the grid coordinates in the x-direction.
|
|
|
void | SetYCoordinates (vtkDataArray *YCoordinates) override |
| Set/Get the grid coordinates in the y-direction.
|
|
vtkDataArray * | GetYCoordinates () override |
| Set/Get the grid coordinates in the y-direction.
|
|
|
void | SetZCoordinates (vtkDataArray *ZCoordinates) override |
| Set/Get the grid coordinates in the z-direction.
|
|
vtkDataArray * | GetZCoordinates () override |
| Set/Get the grid coordinates in the z-direction.
|
|
|
void | CopyCoordinates (const vtkHyperTreeGrid *output) override |
| JB Augented services on Coordinates.
|
|
void | SetFixedCoordinates (unsigned int axis, double value) override |
| JB Augented services on Coordinates.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkHyperTreeGrid * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | SetModeSqueeze (const char *) |
| Set/Get mode squeeze.
|
|
virtual char * | GetModeSqueeze () |
|
virtual void | Squeeze () |
| Squeeze this representation.
|
|
int | GetDataObjectType () override |
| Return what type of dataset this is.
|
|
virtual void | CopyStructure (vtkDataObject *) |
| Copy the internal geometric and topological structure of a vtkHyperTreeGrid object.
|
|
virtual void | CopyEmptyStructure (vtkDataObject *) |
| Copy the internal structure with no data associated.
|
|
vtkIdType | GetMaxNumberOfTrees () |
| Return the maximum number of trees in the level 0 grid.
|
|
vtkIdType | GetNumberOfVertices () |
| Get the number of vertices in the primal tree grid.
|
|
vtkIdType | GetNumberOfNonEmptyTrees () |
| Get the number of non empty trees in this grid.
|
|
vtkIdType | GetNumberOfLeaves () |
| Get the number of leaves in the primal tree grid.
|
|
unsigned int | GetNumberOfLevels (vtkIdType) |
| Return the number of levels in an individual (primal) tree.
|
|
unsigned int | GetNumberOfLevels () |
| Return the number of levels in the hyper tree grid.
|
|
bool | HasMask () |
| Determine whether blanking mask is empty or not.
|
|
void | InitializeOrientedCursor (vtkHyperTreeGridOrientedCursor *cursor, vtkIdType index, bool create=false) |
| JB.
|
|
vtkHyperTreeGridOrientedCursor * | NewOrientedCursor (vtkIdType index, bool create=false) |
|
void | InitializeOrientedGeometryCursor (vtkHyperTreeGridOrientedGeometryCursor *cursor, vtkIdType index, bool create=false) |
| JB.
|
|
vtkHyperTreeGridOrientedGeometryCursor * | NewOrientedGeometryCursor (vtkIdType index, bool create=false) |
|
void | InitializeNonOrientedCursor (vtkHyperTreeGridNonOrientedCursor *cursor, vtkIdType index, bool create=false) |
| JB.
|
|
vtkHyperTreeGridNonOrientedCursor * | NewNonOrientedCursor (vtkIdType index, bool create=false) |
|
void | InitializeNonOrientedGeometryCursor (vtkHyperTreeGridNonOrientedGeometryCursor *cursor, vtkIdType index, bool create=false) |
| JB.
|
|
vtkHyperTreeGridNonOrientedGeometryCursor * | NewNonOrientedGeometryCursor (vtkIdType index, bool create=false) |
|
vtkHyperTreeGridNonOrientedGeometryCursor * | FindNonOrientedGeometryCursor (double x[3]) |
| JB Retourne un curseur geometrique pointant une des mailles comportant la position spatiale x.
|
|
virtual unsigned int | FindDichotomicX (double value) const |
|
virtual unsigned int | FindDichotomicY (double value) const |
|
virtual unsigned int | FindDichotomicZ (double value) const |
|
void | InitializeNonOrientedVonNeumannSuperCursor (vtkHyperTreeGridNonOrientedVonNeumannSuperCursor *cursor, vtkIdType index, bool create=false) |
| JB.
|
|
vtkHyperTreeGridNonOrientedVonNeumannSuperCursor * | NewNonOrientedVonNeumannSuperCursor (vtkIdType index, bool create=false) |
|
void | InitializeNonOrientedVonNeumannSuperCursorLight (vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight *cursor, vtkIdType index, bool create=false) |
| JB.
|
|
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight * | NewNonOrientedVonNeumannSuperCursorLight (vtkIdType index, bool create=false) |
|
void | InitializeNonOrientedMooreSuperCursor (vtkHyperTreeGridNonOrientedMooreSuperCursor *cursor, vtkIdType index, bool create=false) |
| JB.
|
|
vtkHyperTreeGridNonOrientedMooreSuperCursor * | NewNonOrientedMooreSuperCursor (vtkIdType index, bool create=false) |
|
void | InitializeNonOrientedMooreSuperCursorLight (vtkHyperTreeGridNonOrientedMooreSuperCursorLight *cursor, vtkIdType index, bool create=false) |
| JB.
|
|
vtkHyperTreeGridNonOrientedMooreSuperCursorLight * | NewNonOrientedMooreSuperCursorLight (vtkIdType index, bool create=false) |
|
void | Initialize () override |
| Restore data object to initial state.
|
|
virtual vtkHyperTree * | GetTree (vtkIdType, bool create=false) |
| Return tree located at given index of hyper tree grid NB: This will construct a new HyperTree if grid slot is empty.
|
|
void | SetTree (vtkIdType, vtkHyperTree *) |
| Assign given tree to given index of hyper tree grid NB: This will create a new slot in the grid if needed.
|
|
void | ShallowCopy (vtkDataObject *) override |
| Create shallow copy of hyper tree grid.
|
|
void | DeepCopy (vtkDataObject *) override |
| Create deep copy of hyper tree grid.
|
|
int | GetExtentType () override |
| Structured extent.
|
|
virtual unsigned long | GetActualMemorySizeBytes () |
| Return the actual size of the data in kibibytes (1024 bytes).
|
|
unsigned long | GetActualMemorySize () override |
| Return the actual size of the data in kibibytes (1024 bytes).
|
|
bool | RecursivelyInitializePureMask (vtkHyperTreeGridNonOrientedCursor *cursor, vtkDataArray *normale) |
| Recursively initialize pure material mask.
|
|
vtkBitArray * | GetPureMask () |
| Get or create pure material mask.
|
|
unsigned int | GetChildMask (unsigned int) |
| Return hard-coded bitcode correspondng to child mask Dimension 1: Factor 2: 0: 100, 1: 001 Factor 3: 0: 100, 1: 010, 2: 001 Dimension 2: Factor 2: 0: 1101 0000 0, 1: 0110 0100 0 2: 0001 0011 0, 3: 0000 0101 1 Factor 3: 0: 1101 0000 0, 1: 0100 0000 0, 2: 0110 0100 0 3: 0001 0000 0, 4: 0000 1000 0, 5: 0000 0100 0 6: 0001 0011 0, 7: 0000 0001 0, 8: 0000 0101 1 Dimension 3: Factor 2: 0: 1101 1000 0110 1000 0000 0000 000, 1: 0110 1100 0011 0010 0000 0000 000 2: 0001 1011 0000 1001 1000 0000 000, 3: 0000 1101 1000 0010 1100 0000 000 4: 0000 0000 0110 1000 0011 0110 000, 5: 0000 0000 0011 0010 0001 1011 000 6: 0000 0000 0000 1001 1000 0110 110, 7: 0000 0000 0000 0010 1100 0011 011 Factor 3: 0: 1101 1000 0110 1000 0000 0000 000 1: 0100 1000 0010 0000 0000 0000 000 2: 0110 1100 0011 0010 0000 0000 000 3: 0001 1000 0000 1000 0000 0000 000 4: 0000 1000 0000 0000 0000 0000 000 5: 0000 1100 0000 0010 0000 0000 000 6: 0001 1011 0000 1001 1000 0000 000 7: 0000 1001 0000 0000 1000 0000 000 8: 0000 1101 1000 0010 1100 0000 000 9: 0000 0000 0110 1000 0000 0000 000 10: 0000 0000 0010 0000 0000 0000 000 11: 0000 0000 0011 0010 0000 0000 000 12: 0000 0000 0000 1000 0000 0000 000 13: 0000 0000 0000 0100 0000 0000 000 14: 0000 0000 0000 0010 0000 0000 000 15: 0000 0000 0000 1001 1000 0000 000 16: 0000 0000 0000 0000 1000 0000 000 17: 0000 0000 0000 0010 1100 0000 000 18: 0000 0000 0110 1000 0011 0110 000 19: 0000 0000 0010 0000 0001 0010 000 20: 0000 0000 0011 0010 0001 1011 000 21: 0000 0000 0000 1000 0000 0110 000 22: 0000 0000 0000 0000 0000 0010 000 23: 0000 0000 0000 0010 0000 0011 000 24: 0000 0000 0000 1001 1000 0110 110 25: 0000 0000 0000 0000 1000 0010 010 26: 0000 0000 0000 0010 1100 0011 011.
|
|
void | GetIndexFromLevelZeroCoordinates (vtkIdType &, unsigned int, unsigned int, unsigned int) const |
| Convert the Cartesian coordinates of a root in the grid to its global index.
|
|
vtkIdType | GetShiftedLevelZeroIndex (vtkIdType, unsigned int, unsigned int, unsigned int) const |
| Return the root index of a root cell with given index displaced.
|
|
void | GetLevelZeroCoordinatesFromIndex (vtkIdType, unsigned int &, unsigned int &, unsigned int &) const |
| Convert the global index of a root to its Cartesian coordinates in the grid.
|
|
virtual void | GetLevelZeroOriginAndSizeFromIndex (vtkIdType, double *, double *) |
| Convert the global index of a root to its Spacial coordinates origin and size.
|
|
virtual void | GetLevelZeroOriginFromIndex (vtkIdType, double *) |
| JB Convert the global index of a root to its Spacial coordinates origin and size.
|
|
vtkIdType | GetGlobalNodeIndexMax () |
| JB Retourne la valeur maximale du global index.
|
|
void | InitializeLocalIndexNode () |
| JB Permet d'initialiser les index locaux de chacun des HT de cet HTG une fois que TOUS les HTs aient ete COMPLETEMENT construits/raffines ! A l'utilisateur ensuite de fournir les grandeurs suivant cet ordre.
|
|
bool | HasAnyGhostCells () const |
| Returns 1 if there are any ghost cells 0 otherwise.
|
|
vtkUnsignedCharArray * | GetGhostCells () |
| Accessor on ghost cells.
|
|
vtkUnsignedCharArray * | GetTreeGhostArray () |
| Gets the array that defines the ghost type of each point.
|
|
vtkUnsignedCharArray * | AllocateTreeGhostArray () |
| Allocate ghost array for points.
|
|
void | InitializeTreeIterator (vtkHyperTreeGridIterator &) |
| Initialize an iterator to browse level 0 trees.
|
|
virtual double * | GetBounds () |
| Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax).
|
|
void | GetBounds (double bounds[6]) |
| Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax).
|
|
double * | GetCenter () |
| Get the center of the bounding box.
|
|
void | GetCenter (double center[3]) |
| Get the center of the bounding box.
|
|
vtkCellData * | GetCellData () |
| Return a pointer to this dataset's hypertree node data.
|
|
vtkFieldData * | GetAttributesAsFieldData (int type) override |
| Returns the hypertree node field data stored as cell data.
|
|
vtkIdType | GetNumberOfElements (int type) override |
| Returns the number of nodes.
|
|
void | SetDimensions (const unsigned int dims[3]) |
| Set/Get sizes of this rectilinear grid dataset.
|
|
void | SetDimensions (const int dims[3]) |
| Set/Get sizes of this rectilinear grid dataset.
|
|
void | SetDimensions (unsigned int i, unsigned int j, unsigned int k) |
| Set/Get sizes of this rectilinear grid dataset.
|
|
void | SetDimensions (int i, int j, int k) |
| Set/Get sizes of this rectilinear grid dataset.
|
|
const unsigned int * | GetDimensions () const |
| Get dimensions of this rectilinear grid dataset.
|
|
void | GetDimensions (int dim[3]) const |
| Get dimensions of this rectilinear grid dataset.
|
|
void | GetDimensions (unsigned int dim[3]) const |
| Get dimensions of this rectilinear grid dataset.
|
|
void | SetExtent (const int extent[6]) |
| Different ways to set the extent of the data array.
|
|
void | SetExtent (int x1, int x2, int y1, int y2, int z1, int z2) |
| Different ways to set the extent of the data array.
|
|
virtual int * | GetExtent () |
| Different ways to set the extent of the data array.
|
|
virtual void | GetExtent (int &, int &, int &, int &, int &, int &) |
| Different ways to set the extent of the data array.
|
|
virtual void | GetExtent (int[6]) |
| Different ways to set the extent of the data array.
|
|
const unsigned int * | GetCellDims () const |
| JB Get grid sizes of this structured cells dataset.
|
|
void | GetCellDims (int cellDims[3]) const |
| JB Get grid sizes of this structured cells dataset.
|
|
void | GetCellDims (unsigned int cellDims[3]) const |
| JB Get grid sizes of this structured cells dataset.
|
|
unsigned int | GetDimension () const |
| JB Get the dimensionality of the grid deduite a partir de Dimensions/Extent.
|
|
void | Get1DAxis (unsigned int &axis) const |
| JB retourne l'indice de la dimension valide.
|
|
void | Get2DAxes (unsigned int &axis1, unsigned int &axis2) const |
| JB Retourne l'indice des deux dimensions valides.
|
|
const unsigned int * | GetAxes () const |
| JB Get the axis information (used for CopyStructure)
|
|
unsigned int | GetNumberOfChildren () const |
| The number of children each node can have.
|
|
virtual void | SetTransposedRootIndexing (bool) |
| Get the number or trees available along the 3 axis.
|
|
virtual bool | GetTransposedRootIndexing () |
| Get the number or trees available along the 3 axis.
|
|
void | SetIndexingModeToKJI () |
| Get the number or trees available along the 3 axis.
|
|
void | SetIndexingModeToIJK () |
| Get the number or trees available along the 3 axis.
|
|
unsigned int | GetOrientation () const |
| Get the orientation of 1D or 2D grids:
|
|
virtual bool | GetFreezeState () |
| Get the state of frozen.
|
|
void | SetBranchFactor (unsigned int) |
| Set/Get the subdivision factor in the grid refinement scheme.
|
|
unsigned int | GetBranchFactor () const |
| Set/Get the subdivision factor in the grid refinement scheme.
|
|
void | SetMask (vtkBitArray *) |
| Set/Get the blanking mask of primal leaf cells.
|
|
virtual vtkBitArray * | GetMask () |
| Set/Get the blanking mask of primal leaf cells.
|
|
virtual void | SetHasInterface (bool) |
| Set/Get presence or absence of interface.
|
|
virtual bool | GetHasInterface () |
| Set/Get presence or absence of interface.
|
|
virtual void | HasInterfaceOn () |
| Set/Get presence or absence of interface.
|
|
virtual void | HasInterfaceOff () |
| Set/Get presence or absence of interface.
|
|
virtual void | SetInterfaceNormalsName (const char *) |
| Set/Get names of interface normal vectors arrays.
|
|
virtual char * | GetInterfaceNormalsName () |
| Set/Get names of interface normal vectors arrays.
|
|
virtual void | SetInterfaceInterceptsName (const char *) |
| Set/Get names of interface intercepts arrays.
|
|
virtual char * | GetInterfaceInterceptsName () |
| Set/Get names of interface intercepts arrays.
|
|
virtual void | SetDepthLimiter (unsigned int) |
| Set/Get depth limiter value.
|
|
virtual unsigned int | GetDepthLimiter () |
| Set/Get depth limiter value.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkDataObject * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
vtkMTimeType | GetMTime () override |
| Data objects are composite objects and need to check each part for MTime.
|
|
virtual void | Initialize () |
| Restore data object to initial state,.
|
|
void | ReleaseData () |
| Release data back to system to conserve memory resource.
|
|
virtual int | GetDataObjectType () |
| Return class name of data type.
|
|
vtkMTimeType | GetUpdateTime () |
| Used by Threaded ports to determine if they should initiate an asynchronous update (still in development).
|
|
virtual unsigned long | GetActualMemorySize () |
| Return the actual size of the data in kibibytes (1024 bytes).
|
|
virtual void | CopyInformationFromPipeline (vtkInformation *vtkNotUsed(info)) |
| Copy from the pipeline information to the data object's own information.
|
|
virtual void | CopyInformationToPipeline (vtkInformation *vtkNotUsed(info)) |
| Copy information from this data object to the pipeline information.
|
|
void | DataHasBeenGenerated () |
| This method is called by the source when it executes to generate data.
|
|
virtual void | PrepareForNewData () |
| make the output data ready for new data to be inserted.
|
|
virtual int | GetExtentType () |
| The ExtentType will be left as VTK_PIECES_EXTENT for data objects such as vtkPolyData and vtkUnstructuredGrid.
|
|
virtual void | Crop (const int *updateExtent) |
| This method crops the data object (if necessary) so that the extent matches the update extent.
|
|
virtual vtkDataSetAttributes * | GetAttributes (int type) |
| Returns the attributes of the data object of the specified attribute type.
|
|
virtual vtkDataArray * | GetGhostArray (int type) |
| Returns the ghost arrays of the data object of the specified atribute type.
|
|
virtual vtkFieldData * | GetAttributesAsFieldData (int type) |
| Returns the attributes of the data object as a vtkFieldData.
|
|
virtual int | GetAttributeTypeForArray (vtkAbstractArray *arr) |
| Retrieves the attribute type that an array came from.
|
|
virtual vtkIdType | GetNumberOfElements (int type) |
| Get the number of elements for a specific attribute type (POINT, CELL, etc.).
|
|
virtual vtkInformation * | GetInformation () |
| Set/Get the information object associated with this data object.
|
|
virtual void | SetInformation (vtkInformation *) |
| Set/Get the information object associated with this data object.
|
|
virtual int | GetDataReleased () |
| Get the flag indicating the data has been released.
|
|
virtual void | SetFieldData (vtkFieldData *) |
| Assign or retrieve a general field data to this data object.
|
|
virtual vtkFieldData * | GetFieldData () |
| Assign or retrieve a general field data to this data object.
|
|
void | GlobalReleaseDataFlagOn () |
| Turn on/off flag to control whether every object releases its data after being used by a filter.
|
|
void | GlobalReleaseDataFlagOff () |
| Turn on/off flag to control whether every object releases its data after being used by a filter.
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on.
|
|
virtual void | DebugOff () |
| Turn debugging output off.
|
|
bool | GetDebug () |
| Get the value of the debug flag.
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag.
|
|
virtual void | Modified () |
| Update the modification time for this object.
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time.
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method.
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
int | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
const char * | GetClassName () const |
| Return the class name as a string.
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
virtual void | Delete () |
| Delete a VTK object.
|
|
virtual void | FastDelete () |
| Delete a reference to this object.
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream.
|
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object).
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object).
|
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
|
void | SetReferenceCount (int) |
| Sets the reference count.
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space.
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
|
static vtkUniformHyperTreeGrid * | New () |
|
static vtkTypeBool | IsTypeOf (const char *type) |
|
static vtkUniformHyperTreeGrid * | SafeDownCast (vtkObjectBase *o) |
|
static vtkInformationIntegerKey * | LEVELS () |
|
static vtkInformationIntegerKey * | DIMENSION () |
|
static vtkInformationIntegerKey * | ORIENTATION () |
|
static vtkInformationDoubleVectorKey * | SIZES () |
|
static vtkHyperTreeGrid * | New () |
|
static vtkTypeBool | IsTypeOf (const char *type) |
|
static vtkHyperTreeGrid * | SafeDownCast (vtkObjectBase *o) |
|
static vtkHyperTreeGrid * | GetData (vtkInformation *info) |
| Retrieve an instance of this class from an information object.
|
|
static vtkHyperTreeGrid * | GetData (vtkInformationVector *v, int i=0) |
| Retrieve an instance of this class from an information object.
|
|
static vtkDataObject * | New () |
|
static vtkTypeBool | IsTypeOf (const char *type) |
|
static vtkDataObject * | SafeDownCast (vtkObjectBase *o) |
|
static vtkInformation * | GetActiveFieldInformation (vtkInformation *info, int fieldAssociation, int attributeType) |
| Return the information object within the input information object's field data corresponding to the specified association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS) and attribute (SCALARS, VECTORS, NORMALS, TCOORDS, or TENSORS)
|
|
static vtkInformation * | GetNamedFieldInformation (vtkInformation *info, int fieldAssociation, const char *name) |
| Return the information object within the input information object's field data corresponding to the specified association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS) and name.
|
|
static void | RemoveNamedFieldInformation (vtkInformation *info, int fieldAssociation, const char *name) |
| Remove the info associated with an array.
|
|
static vtkInformation * | SetActiveAttribute (vtkInformation *info, int fieldAssociation, const char *attributeName, int attributeType) |
| Set the named array to be the active field for the specified type (SCALARS, VECTORS, NORMALS, TCOORDS, or TENSORS) and association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS).
|
|
static void | SetActiveAttributeInfo (vtkInformation *info, int fieldAssociation, int attributeType, const char *name, int arrayType, int numComponents, int numTuples) |
| Set the name, array type, number of components, and number of tuples within the passed information object for the active attribute of type attributeType (in specified association, FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS).
|
|
static void | SetPointDataActiveScalarInfo (vtkInformation *info, int arrayType, int numComponents) |
| Convenience version of previous method for use (primarily) by the Imaging filters.
|
|
static const char * | GetAssociationTypeAsString (int associationType) |
| Given an integer association type, this static method returns a string type for the attribute (i.e.
|
|
static int | GetAssociationTypeFromString (const char *associationName) |
| Given a string association name, this static method returns an integer association type for the attribute (i.e.
|
|
static vtkInformationStringKey * | DATA_TYPE_NAME () |
|
static vtkInformationDataObjectKey * | DATA_OBJECT () |
|
static vtkInformationIntegerKey * | DATA_EXTENT_TYPE () |
|
static vtkInformationIntegerPointerKey * | DATA_EXTENT () |
|
static vtkInformationIntegerVectorKey * | ALL_PIECES_EXTENT () |
|
static vtkInformationIntegerKey * | DATA_PIECE_NUMBER () |
|
static vtkInformationIntegerKey * | DATA_NUMBER_OF_PIECES () |
|
static vtkInformationIntegerKey * | DATA_NUMBER_OF_GHOST_LEVELS () |
|
static vtkInformationDoubleKey * | DATA_TIME_STEP () |
|
static vtkInformationInformationVectorKey * | POINT_DATA_VECTOR () |
|
static vtkInformationInformationVectorKey * | CELL_DATA_VECTOR () |
|
static vtkInformationInformationVectorKey * | VERTEX_DATA_VECTOR () |
|
static vtkInformationInformationVectorKey * | EDGE_DATA_VECTOR () |
|
static vtkInformationIntegerKey * | FIELD_ARRAY_TYPE () |
|
static vtkInformationIntegerKey * | FIELD_ASSOCIATION () |
|
static vtkInformationIntegerKey * | FIELD_ATTRIBUTE_TYPE () |
|
static vtkInformationIntegerKey * | FIELD_ACTIVE_ATTRIBUTE () |
|
static vtkInformationIntegerKey * | FIELD_NUMBER_OF_COMPONENTS () |
|
static vtkInformationIntegerKey * | FIELD_NUMBER_OF_TUPLES () |
|
static vtkInformationIntegerKey * | FIELD_OPERATION () |
|
static vtkInformationDoubleVectorKey * | FIELD_RANGE () |
|
static vtkInformationIntegerVectorKey * | PIECE_EXTENT () |
|
static vtkInformationStringKey * | FIELD_NAME () |
|
static vtkInformationDoubleVectorKey * | ORIGIN () |
|
static vtkInformationDoubleVectorKey * | SPACING () |
|
static vtkInformationDoubleVectorKey * | DIRECTION () |
|
static vtkInformationDoubleVectorKey * | BOUNDING_BOX () |
|
static vtkInformationDataObjectKey * | SIL () |
|
static vtkDataObject * | GetData (vtkInformation *info) |
| Retrieve an instance of this class from an information object.
|
|
static vtkDataObject * | GetData (vtkInformationVector *v, int i=0) |
| Retrieve an instance of this class from an information object.
|
|
static void | SetGlobalReleaseDataFlag (int val) |
| Turn on/off flag to control whether every object releases its data after being used by a filter.
|
|
static int | GetGlobalReleaseDataFlag () |
| Turn on/off flag to control whether every object releases its data after being used by a filter.
|
|
static vtkObject * | New () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
|
|
static void | BreakOnError () |
| This method is called when vtkErrorMacro executes.
|
|
static void | SetGlobalWarningDisplay (int val) |
| This is a global flag that controls whether any debug, warning or error messages are displayed.
|
|
static void | GlobalWarningDisplayOn () |
| This is a global flag that controls whether any debug, warning or error messages are displayed.
|
|
static void | GlobalWarningDisplayOff () |
| This is a global flag that controls whether any debug, warning or error messages are displayed.
|
|
static int | GetGlobalWarningDisplay () |
| This is a global flag that controls whether any debug, warning or error messages are displayed.
|
|
static vtkTypeBool | IsTypeOf (const char *name) |
| Return 1 if this class type is the same type of (or a subclass of) the named class.
|
|
static vtkIdType | GetNumberOfGenerationsFromBaseType (const char *name) |
| Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
static vtkObjectBase * | New () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
|
|
static void | SetMemkindDirectory (const char *directoryname) |
| The name of a directory, ideally mounted -o dax, to memory map an extended memory space within.
|
|
static bool | GetUsingMemkind () |
| A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space.
|
|