VTK
|
copy oriented and scaled glyph geometry to every input point (2D specialization) More...
#include <vtkGlyph2D.h>
Public Types | |
typedef vtkGlyph3D | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkGlyph2D * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkGlyph2D * | SafeDownCast (vtkObjectBase *o) |
static vtkGlyph2D * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkGlyph2D () | |
~vtkGlyph2D () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
copy oriented and scaled glyph geometry to every input point (2D specialization)
This subclass of vtkGlyph3D is a specialization to 2D. Transformations (i.e., translation, scaling, and rotation) are constrained to the plane. For example, rotations due to a vector are computed from the x-y coordinates of the vector only, and are assumed to occur around the z-axis. (See vtkGlyph3D for documentation on the interface to this class.)
Definition at line 38 of file vtkGlyph2D.h.
typedef vtkGlyph3D vtkGlyph2D::Superclass |
Reimplemented from vtkGlyph3D.
Definition at line 41 of file vtkGlyph2D.h.
vtkGlyph2D::vtkGlyph2D | ( | ) | [inline, protected] |
Definition at line 51 of file vtkGlyph2D.h.
vtkGlyph2D::~vtkGlyph2D | ( | ) | [inline, protected] |
Definition at line 52 of file vtkGlyph2D.h.
static int vtkGlyph2D::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkGlyph3D.
virtual int vtkGlyph2D::IsA | ( | const char * | name | ) | [virtual] |
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 vtkGlyph3D.
static vtkGlyph2D* vtkGlyph2D::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkGlyph3D.
virtual vtkObjectBase* vtkGlyph2D::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkGlyph3D.
vtkGlyph2D* vtkGlyph2D::NewInstance | ( | ) | const |
Reimplemented from vtkGlyph3D.
void vtkGlyph2D::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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 vtkGlyph3D.
static vtkGlyph2D* vtkGlyph2D::New | ( | ) | [static] |
Construct object with scaling on, scaling mode is by scalar value, scale factor = 1.0, the range is (0,1), orient geometry is on, and orientation is by vector. Clamping and indexing are turned off. No initial sources are defined.
Reimplemented from vtkGlyph3D.
virtual int vtkGlyph2D::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkGlyph3D.