VTK
|
uses array values to set vertex locations More...
#include <vtkAssignCoordinatesLayoutStrategy.h>
Public Types | |
typedef vtkGraphLayoutStrategy | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkAssignCoordinatesLayoutStrategy * | NewInstance () 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 vtkObjectBase * | NewInstanceInternal () const |
vtkAssignCoordinatesLayoutStrategy () | |
~vtkAssignCoordinatesLayoutStrategy () | |
Protected Attributes | |
vtkSmartPointer < vtkAssignCoordinates > | AssignCoordinates |
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.
Reimplemented from vtkGraphLayoutStrategy.
Definition at line 40 of file vtkAssignCoordinatesLayoutStrategy.h.
static vtkAssignCoordinatesLayoutStrategy* vtkAssignCoordinatesLayoutStrategy::New | ( | ) | [static] |
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.
static vtkAssignCoordinatesLayoutStrategy* vtkAssignCoordinatesLayoutStrategy::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkGraphLayoutStrategy.
virtual vtkObjectBase* vtkAssignCoordinatesLayoutStrategy::NewInstanceInternal | ( | ) | const [protected, virtual] |
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.
void vtkAssignCoordinatesLayoutStrategy::Layout | ( | ) | [virtual] |
Perform the random layout.
Implements vtkGraphLayoutStrategy.
vtkSmartPointer<vtkAssignCoordinates> vtkAssignCoordinatesLayoutStrategy::AssignCoordinates [protected] |
Definition at line 69 of file vtkAssignCoordinatesLayoutStrategy.h.