VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkPolyDataScissors Class Reference

not implemented, try to cut a surface along a line. More...

#include <vtkvmtkPolyDataScissors.h>

Inheritance diagram for vtkvmtkPolyDataScissors:
[legend]
Collaboration diagram for vtkvmtkPolyDataScissors:
[legend]

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkPolyDataScissorsNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetCutLine (vtkPolyData *)
 
virtual vtkPolyData * GetCutLine ()
 
virtual void SetCutLinePointIdsArrayName (const char *)
 
virtual char * GetCutLinePointIdsArrayName ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkPolyDataScissorsSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkPolyDataScissorsNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkPolyDataScissors ()
 
 ~vtkvmtkPolyDataScissors ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE
 
int GetCellsOnSameSide (vtkPolyData *input, vtkIdType targetCellId0, vtkIdType targetCellId1, vtkIdType referenceCellId, vtkIdType linePointId0, vtkIdType linePointId1, vtkIdType linePointId2, vtkIdList *cellsOnSameSide)
 
int IsEdgeInCell (vtkPolyData *input, vtkIdType edgePointId0, vtkIdType edgePointId1, vtkIdType cellId)
 

Protected Attributes

char * CutLinePointIdsArrayName
 
vtkPolyData * CutLine
 

Detailed Description

not implemented, try to cut a surface along a line.

Date
2006/04/06 16:46:43
Revision
1.4

...

Definition at line 36 of file vtkvmtkPolyDataScissors.h.

Member Typedef Documentation

◆ Superclass

typedef vtkPolyDataAlgorithm vtkvmtkPolyDataScissors::Superclass

Definition at line 39 of file vtkvmtkPolyDataScissors.h.

Constructor & Destructor Documentation

◆ vtkvmtkPolyDataScissors()

vtkvmtkPolyDataScissors::vtkvmtkPolyDataScissors ( )
protected

◆ ~vtkvmtkPolyDataScissors()

vtkvmtkPolyDataScissors::~vtkvmtkPolyDataScissors ( )
protected

Member Function Documentation

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

static vtkvmtkPolyDataScissors* vtkvmtkPolyDataScissors::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkPolyDataScissors::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkPolyDataScissors* vtkvmtkPolyDataScissors::NewInstance ( ) const

◆ PrintSelf()

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

◆ New()

static vtkvmtkPolyDataScissors* vtkvmtkPolyDataScissors::New ( )
static

◆ SetCutLine()

virtual void vtkvmtkPolyDataScissors::SetCutLine ( vtkPolyData *  )
virtual

◆ GetCutLine()

virtual vtkPolyData* vtkvmtkPolyDataScissors::GetCutLine ( )
virtual

◆ SetCutLinePointIdsArrayName()

virtual void vtkvmtkPolyDataScissors::SetCutLinePointIdsArrayName ( const char *  )
virtual

◆ GetCutLinePointIdsArrayName()

virtual char* vtkvmtkPolyDataScissors::GetCutLinePointIdsArrayName ( )
virtual

◆ RequestData()

virtual int vtkvmtkPolyDataScissors::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

◆ GetCellsOnSameSide()

int vtkvmtkPolyDataScissors::GetCellsOnSameSide ( vtkPolyData *  input,
vtkIdType  targetCellId0,
vtkIdType  targetCellId1,
vtkIdType  referenceCellId,
vtkIdType  linePointId0,
vtkIdType  linePointId1,
vtkIdType  linePointId2,
vtkIdList *  cellsOnSameSide 
)
protected

◆ IsEdgeInCell()

int vtkvmtkPolyDataScissors::IsEdgeInCell ( vtkPolyData *  input,
vtkIdType  edgePointId0,
vtkIdType  edgePointId1,
vtkIdType  cellId 
)
protected

Member Data Documentation

◆ CutLinePointIdsArrayName

char* vtkvmtkPolyDataScissors::CutLinePointIdsArrayName
protected

Definition at line 58 of file vtkvmtkPolyDataScissors.h.

◆ CutLine

vtkPolyData* vtkvmtkPolyDataScissors::CutLine
protected

Definition at line 59 of file vtkvmtkPolyDataScissors.h.


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