create an x-y-z axes
More...
#include <vtkAxes.h>
Inherits vtkPolyDataAlgorithm.
create an x-y-z axes
vtkAxes creates three lines that form an x-y-z axes. The origin of the axes is user specified (0,0,0 is default), and the size is specified with a scale factor. Three scalar values are generated for the three lines and can be used (via color map) to indicate a particular coordinate axis.
- Examples:
- vtkAxes (Examples)
- Tests:
- vtkAxes (Tests)
Definition at line 36 of file vtkAxes.h.
static int vtkAxes::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkAxes::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkAxes* vtkAxes::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkAxes::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
vtkAxes* vtkAxes::NewInstance |
( |
| ) |
const |
void vtkAxes::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkAxes::SetOrigin |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Set the origin of the axes.
virtual void vtkAxes::SetOrigin |
( |
double |
[3] | ) |
|
|
virtual |
Set the origin of the axes.
virtual double* vtkAxes::GetOrigin |
( |
| ) |
|
|
virtual |
Set the origin of the axes.
virtual void vtkAxes::GetOrigin |
( |
double |
data[3] | ) |
|
|
virtual |
Set the origin of the axes.
virtual void vtkAxes::SetScaleFactor |
( |
double |
| ) |
|
|
virtual |
Set the scale factor of the axes. Used to control size.
virtual double vtkAxes::GetScaleFactor |
( |
| ) |
|
|
virtual |
Set the scale factor of the axes. Used to control size.
virtual void vtkAxes::SetSymmetric |
( |
int |
| ) |
|
|
virtual |
If Symetric is on, the the axis continue to negative values.
virtual int vtkAxes::GetSymmetric |
( |
| ) |
|
|
virtual |
If Symetric is on, the the axis continue to negative values.
virtual void vtkAxes::SymmetricOn |
( |
| ) |
|
|
virtual |
If Symetric is on, the the axis continue to negative values.
virtual void vtkAxes::SymmetricOff |
( |
| ) |
|
|
virtual |
If Symetric is on, the the axis continue to negative values.
virtual void vtkAxes::SetComputeNormals |
( |
int |
| ) |
|
|
virtual |
Option for computing normals. By default they are computed.
virtual int vtkAxes::GetComputeNormals |
( |
| ) |
|
|
virtual |
Option for computing normals. By default they are computed.
virtual void vtkAxes::ComputeNormalsOn |
( |
| ) |
|
|
virtual |
Option for computing normals. By default they are computed.
virtual void vtkAxes::ComputeNormalsOff |
( |
| ) |
|
|
virtual |
Option for computing normals. By default they are computed.
int vtkAxes::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkAxes::ComputeDivisionExtents |
( |
vtkDataObject * |
output, |
|
|
int |
idx, |
|
|
int |
numDivisions |
|
) |
| |
|
protected |
double vtkAxes::Origin[3] |
|
protected |
double vtkAxes::ScaleFactor |
|
protected |
int vtkAxes::ComputeNormals |
|
protected |
The documentation for this class was generated from the following file: