|
ParaView
|
extends vtkImplicitPlaneRepresentation More...
#include <vtkPVImplicitPlaneRepresentation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetTransform (vtkTransform *transform) |
| void | ClearTransform () |
| void | SetTransformedOrigin (double x, double y, double z) |
| void | SetTransformedNormal (double x, double y, double z) |
| double * | GetTransformedOrigin () |
| double * | GetTransformedNormal () |
| void | PlaceTransformedWidget (double bounds[6]) |
| void | UpdateTransformLocation () |
| void | Reset () |
Static Public Member Functions | |
| static vtkPVImplicitPlaneRepresentation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVImplicitPlaneRepresentation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVImplicitPlaneRepresentation () | |
| ~vtkPVImplicitPlaneRepresentation () | |
Protected Attributes | |
| vtkTransform * | Transform |
| vtkTransform * | InverseTransform |
| vtkPVInternal * | Internal |
extends vtkImplicitPlaneRepresentation
vtkPVImplicitPlaneRepresentation extends vtkImplicitPlaneRepresentation to add ParaView proper initialisation values
Definition at line 28 of file vtkPVImplicitPlaneRepresentation.h.
| vtkPVImplicitPlaneRepresentation::vtkPVImplicitPlaneRepresentation | ( | ) | [protected] |
| vtkPVImplicitPlaneRepresentation::~vtkPVImplicitPlaneRepresentation | ( | ) | [protected] |
| static vtkPVImplicitPlaneRepresentation* vtkPVImplicitPlaneRepresentation::New | ( | ) | [static] |
Reimplemented from vtkImplicitPlaneRepresentation.
| virtual const char* vtkPVImplicitPlaneRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkImplicitPlaneRepresentation.
| static int vtkPVImplicitPlaneRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkImplicitPlaneRepresentation.
| virtual int vtkPVImplicitPlaneRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkImplicitPlaneRepresentation.
| static vtkPVImplicitPlaneRepresentation* vtkPVImplicitPlaneRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkImplicitPlaneRepresentation.
| void vtkPVImplicitPlaneRepresentation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkImplicitPlaneRepresentation.
| void vtkPVImplicitPlaneRepresentation::SetTransform | ( | vtkTransform * | transform | ) |
| void vtkPVImplicitPlaneRepresentation::ClearTransform | ( | ) |
| double* vtkPVImplicitPlaneRepresentation::GetTransformedOrigin | ( | ) |
| double* vtkPVImplicitPlaneRepresentation::GetTransformedNormal | ( | ) |
| void vtkPVImplicitPlaneRepresentation::PlaceTransformedWidget | ( | double | bounds[6] | ) |
| void vtkPVImplicitPlaneRepresentation::UpdateTransformLocation | ( | ) |
| void vtkPVImplicitPlaneRepresentation::Reset | ( | ) |
vtkTransform* vtkPVImplicitPlaneRepresentation::Transform [protected] |
Reimplemented from vtkImplicitPlaneRepresentation.
Definition at line 55 of file vtkPVImplicitPlaneRepresentation.h.
Definition at line 56 of file vtkPVImplicitPlaneRepresentation.h.
vtkPVInternal* vtkPVImplicitPlaneRepresentation::Internal [protected] |
Definition at line 58 of file vtkPVImplicitPlaneRepresentation.h.
1.7.5.1