ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVClipClosedSurface Class Reference

Clipper for generating closed surfaces. More...

#include <vtkPVClipClosedSurface.h>

Inherits vtkClipClosedSurface.

Public Types

typedef vtkClipClosedSurface Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetClippingPlane (vtkPlane *plane)
 Set the clipping plane. More...
 
virtual void SetInsideOut (int)
 Set/Get the InsideOut flag (off by default) More...
 
virtual int GetInsideOut ()
 Set/Get the InsideOut flag (off by default) More...
 
virtual void InsideOutOn ()
 Set/Get the InsideOut flag (off by default) More...
 
virtual void InsideOutOff ()
 Set/Get the InsideOut flag (off by default) More...
 

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
 
vtkPlane * ClippingPlane
 

Detailed Description

Clipper for generating closed surfaces.

This is a subclass of vtkClipClosedSurface

Definition at line 31 of file vtkPVClipClosedSurface.h.

Member Typedef Documentation

◆ Superclass

typedef vtkClipClosedSurface vtkPVClipClosedSurface::Superclass

Definition at line 34 of file vtkPVClipClosedSurface.h.

Constructor & Destructor Documentation

◆ vtkPVClipClosedSurface()

vtkPVClipClosedSurface::vtkPVClipClosedSurface ( )
protected

◆ ~vtkPVClipClosedSurface()

vtkPVClipClosedSurface::~vtkPVClipClosedSurface ( )
protected

Member Function Documentation

◆ GetClassName()

virtual const char* vtkPVClipClosedSurface::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVClipClosedSurface::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVClipClosedSurface::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPVClipClosedSurface* vtkPVClipClosedSurface::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVClipClosedSurface::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ New()

static vtkPVClipClosedSurface* vtkPVClipClosedSurface::New ( )
static

◆ SetInsideOut()

virtual void vtkPVClipClosedSurface::SetInsideOut ( int  )
virtual

Set/Get the InsideOut flag (off by default)

◆ GetInsideOut()

virtual int vtkPVClipClosedSurface::GetInsideOut ( )
virtual

Set/Get the InsideOut flag (off by default)

◆ InsideOutOn()

virtual void vtkPVClipClosedSurface::InsideOutOn ( )
virtual

Set/Get the InsideOut flag (off by default)

◆ InsideOutOff()

virtual void vtkPVClipClosedSurface::InsideOutOff ( )
virtual

Set/Get the InsideOut flag (off by default)

◆ SetClippingPlane()

void vtkPVClipClosedSurface::SetClippingPlane ( vtkPlane *  plane)

Set the clipping plane.

◆ RequestData()

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

Member Data Documentation

◆ InsideOut

int vtkPVClipClosedSurface::InsideOut
protected

Definition at line 59 of file vtkPVClipClosedSurface.h.

◆ ClippingPlane

vtkPlane* vtkPVClipClosedSurface::ClippingPlane
protected

Definition at line 60 of file vtkPVClipClosedSurface.h.


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