ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPVClipClosedSurface Class Reference

Clipper for generating closed surfaces. More...

#include <vtkPVClipClosedSurface.h>

Inheritance diagram for vtkPVClipClosedSurface:
Inheritance graph
[legend]
Collaboration diagram for vtkPVClipClosedSurface:
Collaboration graph
[legend]

List of all members.

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 vtkPVClipClosedSurfaceSafeDownCast (vtkObject *o)
static vtkPVClipClosedSurfaceNew ()

Protected Member Functions

 vtkPVClipClosedSurface ()
 ~vtkPVClipClosedSurface ()
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)

Protected Attributes

int InsideOut
vtkPlaneClippingPlane

Detailed Description

Clipper for generating closed surfaces.

This is a subclass of vtkClipClosedSurface

Definition at line 29 of file vtkPVClipClosedSurface.h.


Constructor & Destructor Documentation

vtkPVClipClosedSurface::vtkPVClipClosedSurface ( ) [protected]
vtkPVClipClosedSurface::~vtkPVClipClosedSurface ( ) [protected]

Member Function Documentation

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.


Member Data Documentation

Definition at line 54 of file vtkPVClipClosedSurface.h.

Definition at line 55 of file vtkPVClipClosedSurface.h.


The documentation for this class was generated from the following file: