|
ParaView
|
proxy for a implicit plane representation More...
#include <vtkSMImplicitPlaneRepresentationProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSMImplicitPlaneRepresentationProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMImplicitPlaneRepresentationProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMImplicitPlaneRepresentationProxy () | |
| ~vtkSMImplicitPlaneRepresentationProxy () | |
| virtual void | SendRepresentation () |
proxy for a implicit plane representation
Specialized proxy for implicit planes. Overrides the default appearance of VTK implicit plane representation.
Definition at line 27 of file vtkSMImplicitPlaneRepresentationProxy.h.
| vtkSMImplicitPlaneRepresentationProxy::vtkSMImplicitPlaneRepresentationProxy | ( | ) | [protected] |
| vtkSMImplicitPlaneRepresentationProxy::~vtkSMImplicitPlaneRepresentationProxy | ( | ) | [protected] |
| static vtkSMImplicitPlaneRepresentationProxy* vtkSMImplicitPlaneRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSMWidgetRepresentationProxy.
| virtual const char* vtkSMImplicitPlaneRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMWidgetRepresentationProxy.
| static int vtkSMImplicitPlaneRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMWidgetRepresentationProxy.
| virtual int vtkSMImplicitPlaneRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMWidgetRepresentationProxy.
| static vtkSMImplicitPlaneRepresentationProxy* vtkSMImplicitPlaneRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMWidgetRepresentationProxy.
| void vtkSMImplicitPlaneRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMWidgetRepresentationProxy.
| virtual void vtkSMImplicitPlaneRepresentationProxy::SendRepresentation | ( | ) | [protected, virtual] |
Reimplemented from vtkSMWidgetRepresentationProxy.
1.7.5.1