VTK
|
A subclass of ImageData. More...
#include <vtkStructuredPoints.h>
Inherits vtkImageData.
Public Types | |
typedef vtkImageData | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkStructuredPoints * | NewInstance () const |
int | GetDataObjectType () |
Static Public Member Functions | |
static vtkStructuredPoints * | New () |
static int | IsTypeOf (const char *type) |
static vtkStructuredPoints * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkStructuredPoints () | |
~vtkStructuredPoints () | |
A subclass of ImageData.
StructuredPoints is a subclass of ImageData that requires the data extent to exactly match the update extent. Normall image data allows that the data extent may be larger than the update extent. StructuredPoints also defines the origin differently that vtkImageData. For structured points the origin is the location of first point. Whereas images define the origin as the location of point 0, 0, 0. Image Origin is stored in ivar, and structured points have special methods for setting/getting the origin/extents.
Definition at line 38 of file vtkStructuredPoints.h.
typedef vtkImageData vtkStructuredPoints::Superclass |
Definition at line 42 of file vtkStructuredPoints.h.
|
protected |
|
inlineprotected |
Definition at line 49 of file vtkStructuredPoints.h.
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkStructuredPoints* vtkStructuredPoints::NewInstance | ( | ) | const |
|
inline |
To simplify filter superclasses,
Definition at line 45 of file vtkStructuredPoints.h.