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>
Inherits vtkPassInputTypeAlgorithm.
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.
vtkAssignCoordinates::vtkAssignCoordinates |
( |
| ) |
|
|
protected |
vtkAssignCoordinates::~vtkAssignCoordinates |
( |
| ) |
|
|
protected |
static int vtkAssignCoordinates::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkAssignCoordinates::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkAssignCoordinates::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkAssignCoordinates::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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
int vtkAssignCoordinates::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkAssignCoordinates::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: