VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkAssignCoordinatesLayoutStrategy Class Reference

uses array values to set vertex locations More...

#include <vtkAssignCoordinatesLayoutStrategy.h>

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

List of all members.

Public Types

typedef vtkGraphLayoutStrategy Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkAssignCoordinatesLayoutStrategyNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void Layout ()
virtual void SetXCoordArrayName (const char *name)
virtual const char * GetXCoordArrayName ()
virtual void SetYCoordArrayName (const char *name)
virtual const char * GetYCoordArrayName ()
virtual void SetZCoordArrayName (const char *name)
virtual const char * GetZCoordArrayName ()

Static Public Member Functions

static
vtkAssignCoordinatesLayoutStrategy
New ()
static int IsTypeOf (const char *type)
static
vtkAssignCoordinatesLayoutStrategy
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkAssignCoordinatesLayoutStrategy ()
 ~vtkAssignCoordinatesLayoutStrategy ()

Protected Attributes

vtkSmartPointer
< vtkAssignCoordinates
AssignCoordinates

Detailed Description

uses array values to set vertex locations

Uses vtkAssignCoordinates to use values from arrays as the x, y, and z coordinates.

Definition at line 36 of file vtkAssignCoordinatesLayoutStrategy.h.


Member Typedef Documentation

Reimplemented from vtkGraphLayoutStrategy.

Definition at line 40 of file vtkAssignCoordinatesLayoutStrategy.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 vtkObject.

static int vtkAssignCoordinatesLayoutStrategy::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 vtkGraphLayoutStrategy.

virtual int vtkAssignCoordinatesLayoutStrategy::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 vtkGraphLayoutStrategy.

Reimplemented from vtkGraphLayoutStrategy.

Reimplemented from vtkGraphLayoutStrategy.

Reimplemented from vtkGraphLayoutStrategy.

void vtkAssignCoordinatesLayoutStrategy::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 vtkGraphLayoutStrategy.

virtual void vtkAssignCoordinatesLayoutStrategy::SetXCoordArrayName ( const char *  name) [virtual]

The array to use for the x coordinate values.

virtual const char* vtkAssignCoordinatesLayoutStrategy::GetXCoordArrayName ( ) [virtual]

The array to use for the x coordinate values.

virtual void vtkAssignCoordinatesLayoutStrategy::SetYCoordArrayName ( const char *  name) [virtual]

The array to use for the y coordinate values.

virtual const char* vtkAssignCoordinatesLayoutStrategy::GetYCoordArrayName ( ) [virtual]

The array to use for the y coordinate values.

virtual void vtkAssignCoordinatesLayoutStrategy::SetZCoordArrayName ( const char *  name) [virtual]

The array to use for the z coordinate values.

virtual const char* vtkAssignCoordinatesLayoutStrategy::GetZCoordArrayName ( ) [virtual]

The array to use for the z coordinate values.

Perform the random layout.

Implements vtkGraphLayoutStrategy.


Member Data Documentation

Definition at line 69 of file vtkAssignCoordinatesLayoutStrategy.h.


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