|
ParaView
|
Clipper for generating closed surfaces. More...
#include <vtkPVClipClosedSurface.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetClippingPlane (vtkPlane *plane) |
| virtual void | SetInsideOut (int) |
| virtual int | GetInsideOut () |
| virtual void | InsideOutOn () |
| virtual void | InsideOutOff () |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkPVClipClosedSurface * | SafeDownCast (vtkObject *o) |
| static vtkPVClipClosedSurface * | New () |
Protected Member Functions | |
| vtkPVClipClosedSurface () | |
| ~vtkPVClipClosedSurface () | |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
| int | InsideOut |
| vtkPlane * | ClippingPlane |
Clipper for generating closed surfaces.
This is a subclass of vtkClipClosedSurface
Definition at line 29 of file vtkPVClipClosedSurface.h.
| vtkPVClipClosedSurface::vtkPVClipClosedSurface | ( | ) | [protected] |
| vtkPVClipClosedSurface::~vtkPVClipClosedSurface | ( | ) | [protected] |
| virtual const char* vtkPVClipClosedSurface::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkClipClosedSurface.
| static int vtkPVClipClosedSurface::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkClipClosedSurface.
| virtual int vtkPVClipClosedSurface::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkClipClosedSurface.
| static vtkPVClipClosedSurface* vtkPVClipClosedSurface::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkClipClosedSurface.
| void vtkPVClipClosedSurface::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkClipClosedSurface.
| static vtkPVClipClosedSurface* vtkPVClipClosedSurface::New | ( | ) | [static] |
Reimplemented from vtkClipClosedSurface.
| virtual void vtkPVClipClosedSurface::SetInsideOut | ( | int | ) | [virtual] |
Set/Get the InsideOut flag (off by default)
| virtual int vtkPVClipClosedSurface::GetInsideOut | ( | ) | [virtual] |
Set/Get the InsideOut flag (off by default)
| virtual void vtkPVClipClosedSurface::InsideOutOn | ( | ) | [virtual] |
Set/Get the InsideOut flag (off by default)
| virtual void vtkPVClipClosedSurface::InsideOutOff | ( | ) | [virtual] |
Set/Get the InsideOut flag (off by default)
| void vtkPVClipClosedSurface::SetClippingPlane | ( | vtkPlane * | plane | ) |
Set the clipping plane.
| virtual int vtkPVClipClosedSurface::RequestData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkClipClosedSurface.
int vtkPVClipClosedSurface::InsideOut [protected] |
Definition at line 54 of file vtkPVClipClosedSurface.h.
vtkPlane* vtkPVClipClosedSurface::ClippingPlane [protected] |
Definition at line 55 of file vtkPVClipClosedSurface.h.
1.7.5.1