VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkAssignCoordinates Class Reference

Given two(or three) arrays take the values in those arrays and simply assign them to the coordinates of the vertices. More...

#include <vtkAssignCoordinates.h>

Inheritance diagram for vtkAssignCoordinates:
Inheritance graph
[legend]
Collaboration diagram for vtkAssignCoordinates:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPassInputTypeAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkAssignCoordinatesNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetXCoordArrayName (const char *)
virtual char * GetXCoordArrayName ()
virtual void SetYCoordArrayName (const char *)
virtual char * GetYCoordArrayName ()
virtual void SetZCoordArrayName (const char *)
virtual char * GetZCoordArrayName ()
virtual void SetJitter (bool)

Static Public Member Functions

static vtkAssignCoordinatesNew ()
static int IsTypeOf (const char *type)
static vtkAssignCoordinatesSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkAssignCoordinates ()
 ~vtkAssignCoordinates ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillInputPortInformation (int port, vtkInformation *info)

Detailed Description

Given two(or three) arrays take the values in those arrays and simply assign them to the coordinates of the vertices.

Given two(or three) arrays take the values in those arrays and simply assign them to the coordinates of the vertices. Yes you could do this with the array calculator, but your mom wears army boots so we're not going to.

Examples:
vtkAssignCoordinates (Examples)
Tests:
vtkAssignCoordinates (Tests)

Definition at line 42 of file vtkAssignCoordinates.h.


Member Typedef Documentation

Reimplemented from vtkPassInputTypeAlgorithm.

Definition at line 47 of file vtkAssignCoordinates.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPassInputTypeAlgorithm.

static int vtkAssignCoordinates::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 vtkPassInputTypeAlgorithm.

virtual int vtkAssignCoordinates::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 vtkPassInputTypeAlgorithm.

Reimplemented from vtkPassInputTypeAlgorithm.

virtual vtkObjectBase* vtkAssignCoordinates::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPassInputTypeAlgorithm.

Reimplemented from vtkPassInputTypeAlgorithm.

void vtkAssignCoordinates::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 vtkPassInputTypeAlgorithm.

virtual void vtkAssignCoordinates::SetXCoordArrayName ( const char *  ) [virtual]

Set the x coordinate array name.

virtual char* vtkAssignCoordinates::GetXCoordArrayName ( ) [virtual]

Set the x coordinate array name.

virtual void vtkAssignCoordinates::SetYCoordArrayName ( const char *  ) [virtual]

Set the y coordinate array name.

virtual char* vtkAssignCoordinates::GetYCoordArrayName ( ) [virtual]

Set the y coordinate array name.

virtual void vtkAssignCoordinates::SetZCoordArrayName ( const char *  ) [virtual]

Set the z coordinate array name.

virtual char* vtkAssignCoordinates::GetZCoordArrayName ( ) [virtual]

Set the z coordinate array name.

virtual void vtkAssignCoordinates::SetJitter ( bool  ) [virtual]

Set if you want a random jitter

This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.

Reimplemented from vtkPassInputTypeAlgorithm.

int vtkAssignCoordinates::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkPassInputTypeAlgorithm.


The documentation for this class was generated from the following file: