#include <vtkStructuredGrid.h>
Inheritance diagram for vtkStructuredGrid:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | GetDataObjectType () |
vtkDataObject * | MakeObject () |
void | CopyStructure (vtkDataSet *ds) |
int | GetDataDimension () |
void | SetPointVisibility (vtkUnsignedCharArray *pointVisibility) |
unsigned char | IsCellVisible (vtkIdType cellId) |
unsigned long | GetActualMemorySize () |
vtkIdType | GetNumberOfPoints () |
float * | GetPoint (vtkIdType ptId) |
void | GetPoint (vtkIdType ptId, float p[3]) |
vtkCell * | GetCell (vtkIdType cellId) |
void | GetCell (vtkIdType cellId, vtkGenericCell *cell) |
void | GetCellBounds (vtkIdType cellId, float bounds[6]) |
int | GetCellType (vtkIdType cellId) |
vtkIdType | GetNumberOfCells () |
void | GetCellPoints (vtkIdType cellId, vtkIdList *ptIds) |
void | GetPointCells (vtkIdType ptId, vtkIdList *cellIds) |
void | Initialize () |
int | GetMaxCellSize () |
void | GetCellNeighbors (vtkIdType cellId, vtkIdList *ptIds, vtkIdList *cellIds) |
virtual void | GetScalarRange (float range[2]) |
float * | GetScalarRange () |
void | SetDimensions (int i, int j, int k) |
void | SetDimensions (int dim[3]) |
virtual int * | GetDimensions () |
virtual void | GetDimensions (int dim[3]) |
void | SetBlanking (int blanking) |
int | GetBlanking () |
void | BlankingOn () |
void | BlankingOff () |
void | BlankPoint (vtkIdType ptId) |
void | UnBlankPoint (vtkIdType ptId) |
vtkUnsignedCharArray * | GetPointVisibility () |
unsigned char | IsPointVisible (vtkIdType ptId) |
void | SetUpdateExtent (int piece, int numPieces, int ghostLevel) |
void | SetUpdateExtent (int piece, int numPieces) |
void | SetUpdateExtent (int x1, int x2, int y1, int y2, int z1, int z2) |
void | SetUpdateExtent (int ext[6]) |
void | SetExtent (int extent[6]) |
void | SetExtent (int x1, int x2, int y1, int y2, int z1, int z2) |
virtual int * | GetExtent () |
virtual void | GetExtent (int &, int &, int &, int &, int &, int &) |
virtual void | GetExtent (int[6]) |
void | ShallowCopy (vtkDataObject *src) |
void | DeepCopy (vtkDataObject *src) |
Static Public Methods | |
vtkStructuredGrid * | New () |
int | IsTypeOf (const char *type) |
vtkStructuredGrid * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkStructuredGrid () | |
~vtkStructuredGrid () | |
int | GetExtentType () |
virtual void | Crop () |
void | AllocatePointVisibility () |
Protected Attributes | |
vtkVertex * | Vertex |
vtkLine * | Line |
vtkQuad * | Quad |
vtkHexahedron * | Hexahedron |
vtkEmptyCell * | EmptyCell |
int | Dimensions [3] |
int | DataDescription |
int | Blanking |
vtkUnsignedCharArray * | PointVisibility |
vtkStructuredGrid is a data object that is a concrete implementation of vtkDataSet. vtkStructuredGrid represents a geometric structure that is a topologically regular array of points. The topology is that of a cube that has been subdivided into a regular array of smaller cubes. Each point/cell can be addressed with i-j-k indices. Examples include finite difference grids.
A unusual feature of vtkStructuredGrid is the ability to blank, or "turn-off" points and cells in the dataset. This is controlled by defining a "blanking array" whose values (0,1) specify whether a point should be blanked or not.
Definition at line 78 of file vtkStructuredGrid.h.
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkDataObject. Referenced by MakeObject().
|
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPointSet. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPointSet. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPointSet. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPointSet. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPointSet. |
|
Return what type of dataset this is. Reimplemented from vtkDataSet. Definition at line 87 of file vtkStructuredGrid.h. |
|
Create a similar type object Reimplemented from vtkDataObject. Definition at line 90 of file vtkStructuredGrid.h. |
|
Copy the geometric and topological structure of an input poly data object. Reimplemented from vtkPointSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkPointSet. Definition at line 98 of file vtkStructuredGrid.h. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkPointSet. Definition at line 99 of file vtkStructuredGrid.h. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkPointSet. Definition at line 100 of file vtkStructuredGrid.h. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. Definition at line 248 of file vtkStructuredGrid.h. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. Definition at line 108 of file vtkStructuredGrid.h. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkPointSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. Definition at line 113 of file vtkStructuredGrid.h. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. Definition at line 117 of file vtkStructuredGrid.h. |
|
following methods are specific to structured grid |
|
following methods are specific to structured grid |
|
Get dimensions of this structured points dataset. Referenced by GetNumberOfCells().
|
|
Get dimensions of this structured points dataset. |
|
Return the dimensionality of the data. Definition at line 270 of file vtkStructuredGrid.h. |
|
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. |
|
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. Definition at line 139 of file vtkStructuredGrid.h. |
|
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. |
|
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. |
|
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. |
|
Methods for supporting blanking of cells. Blanking turns on or off points in the structured grid, and hence the cells connected to them. |
|
Get the array that defines the blanking (visibility) of each point. Definition at line 148 of file vtkStructuredGrid.h. |
|
Set an array that defines the (blanking) visibility of the points in the grid. Make sure that length of the visibility array matches the number of points in the grid. |
|
Return non-zero value if specified point is visible. Use this method only if blanking has been enabled (with BlankingOn()). Definition at line 160 of file vtkStructuredGrid.h. |
|
Return non-zero value if specified point is visible. Use this method only if blanking has been enabled (with BlankingOn()). |
|
Required for the lowest common denominator for setting the UpdateExtent (i.e. vtkDataSetToStructuredPointsFilter). This assumes that WholeExtent is valid (UpdateInformation has been called). |
|
Required for the lowest common denominator for setting the UpdateExtent (i.e. vtkDataSetToStructuredPointsFilter). This assumes that WholeExtent is valid (UpdateInformation has been called). Reimplemented from vtkDataObject. Definition at line 173 of file vtkStructuredGrid.h. |
|
Call superclass method to avoid hiding Reimplemented from vtkDataObject. Definition at line 179 of file vtkStructuredGrid.h. |
|
Call superclass method to avoid hiding Reimplemented from vtkDataObject. Definition at line 181 of file vtkStructuredGrid.h. |
|
Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). |
|
Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). |
|
Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). |
|
Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). |
|
Different ways to set the extent of the data array. The extent should be set before the "Scalars" are set or allocated. The Extent is stored in the order (X, Y, Z). |
|
Return the actual size of the data in kilobytes. This number is valid only after the pipeline has updated. The memory size returned is guaranteed to be greater than or equal to the memory required to represent the data (e.g., extra space in arrays, etc. are not included in the return value). THIS METHOD IS THREAD SAFE. Reimplemented from vtkPointSet. |
|
Shallow and Deep copy. Reimplemented from vtkPointSet. |
|
Shallow and Deep copy. Reimplemented from vtkPointSet. |
|
Reimplemented from vtkDataObject. Definition at line 219 of file vtkStructuredGrid.h. |
|
Reallocates and copies to set the Extent to the UpdateExtent. This is used internally when the exact extent is requested, and the source generated more than the update extent. Reimplemented from vtkDataObject. |
|
|
|
Definition at line 212 of file vtkStructuredGrid.h. |
|
Definition at line 213 of file vtkStructuredGrid.h. |
|
Definition at line 214 of file vtkStructuredGrid.h. |
|
Definition at line 215 of file vtkStructuredGrid.h. |
|
Definition at line 216 of file vtkStructuredGrid.h. |
|
Definition at line 226 of file vtkStructuredGrid.h. |
|
Definition at line 227 of file vtkStructuredGrid.h. |
|
Definition at line 228 of file vtkStructuredGrid.h. |
|
Definition at line 229 of file vtkStructuredGrid.h. |