#include <vtkAssignCoordinatesLayoutStrategy.h>
Uses vtkAssignCoordinates to use values from arrays as the x, y, and z coordinates.
Definition at line 35 of file vtkAssignCoordinatesLayoutStrategy.h.
Public Types | |
typedef vtkGraphLayoutStrategy | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
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 (vtkObject *o) |
Protected Member Functions | |
vtkAssignCoordinatesLayoutStrategy () | |
~vtkAssignCoordinatesLayoutStrategy () | |
Protected Attributes | |
vtkSmartPointer < vtkAssignCoordinates > | AssignCoordinates |
Reimplemented from vtkGraphLayoutStrategy.
Definition at line 39 of file vtkAssignCoordinatesLayoutStrategy.h.
vtkAssignCoordinatesLayoutStrategy::vtkAssignCoordinatesLayoutStrategy | ( | ) | [protected] |
vtkAssignCoordinatesLayoutStrategy::~vtkAssignCoordinatesLayoutStrategy | ( | ) | [protected] |
static vtkAssignCoordinatesLayoutStrategy* vtkAssignCoordinatesLayoutStrategy::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkAssignCoordinatesLayoutStrategy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkGraphLayoutStrategy.
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 | ( | vtkObject * | o | ) | [static] |
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 68 of file vtkAssignCoordinatesLayoutStrategy.h.