Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkGlyph2D Class Reference

copy oriented and scaled glyph geometry to every input point (2D specialization). More...

#include <vtkGlyph2D.h>

Inheritance diagram for vtkGlyph2D:

Inheritance graph
[legend]
Collaboration diagram for vtkGlyph2D:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Methods

int IsTypeOf (const char *type)
vtkGlyph2D * SafeDownCast (vtkObject *o)
vtkGlyph2D * New ()

Protected Methods

 vtkGlyph2D ()
 ~vtkGlyph2D ()
 vtkGlyph2D (const vtkGlyph2D &)
void operator= (const vtkGlyph2D &)
void Execute ()

Detailed Description

copy oriented and scaled glyph geometry to every input point (2D specialization).

Date:
2000/12/10 20:08:38
Revision:
1.2

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.)

See also:
vtkTensorGlyph vtkGlyph3D vtkProgrammableGlyphFilter
Examples:
vtkGlyph2D (examples)

Definition at line 64 of file vtkGlyph2D.h.


Constructor & Destructor Documentation

vtkGlyph2D::vtkGlyph2D   [inline, protected]
 

Definition at line 77 of file vtkGlyph2D.h.

vtkGlyph2D::~vtkGlyph2D   [inline, protected]
 

Definition at line 78 of file vtkGlyph2D.h.

vtkGlyph2D::vtkGlyph2D const vtkGlyph2D &    [inline, protected]
 

Definition at line 79 of file vtkGlyph2D.h.


Member Function Documentation

virtual const char* vtkGlyph2D::GetClassName   [virtual]
 

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 vtkGlyph3D.

int vtkGlyph2D::IsTypeOf const char *    type [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 *    type [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.

vtkGlyph2D* vtkGlyph2D::SafeDownCast vtkObject   o [static]
 

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 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.

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.

void vtkGlyph2D::operator= const vtkGlyph2D &    [inline, protected]
 

Definition at line 80 of file vtkGlyph2D.h.

void vtkGlyph2D::Execute   [protected, virtual]
 

Reimplemented from vtkGlyph3D.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:48:06 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001