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

Extract a set of vessel sections from a surface along a centerline. More...

#include <vtkvmtkPolyDataCenterlineSections.h>

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

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkPolyDataCenterlineSectionsNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetCenterlines (vtkPolyData *)
 
virtual vtkPolyData * GetCenterlines ()
 
virtual void SetCenterlineSectionAreaArrayName (const char *)
 
virtual char * GetCenterlineSectionAreaArrayName ()
 
virtual void SetCenterlineSectionMinSizeArrayName (const char *)
 
virtual char * GetCenterlineSectionMinSizeArrayName ()
 
virtual void SetCenterlineSectionMaxSizeArrayName (const char *)
 
virtual char * GetCenterlineSectionMaxSizeArrayName ()
 
virtual void SetCenterlineSectionShapeArrayName (const char *)
 
virtual char * GetCenterlineSectionShapeArrayName ()
 
virtual void SetCenterlineSectionClosedArrayName (const char *)
 
virtual char * GetCenterlineSectionClosedArrayName ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkPolyDataCenterlineSectionsSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkPolyDataCenterlineSectionsNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkPolyDataCenterlineSections ()
 
 ~vtkvmtkPolyDataCenterlineSections ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE
 
void ComputeCenterlineSections (vtkPolyData *input, int cellId, vtkPolyData *output)
 

Protected Attributes

vtkPolyData * Centerlines
 
char * CenterlineSectionAreaArrayName
 
char * CenterlineSectionMinSizeArrayName
 
char * CenterlineSectionMaxSizeArrayName
 
char * CenterlineSectionShapeArrayName
 
char * CenterlineSectionClosedArrayName
 

Detailed Description

Extract a set of vessel sections from a surface along a centerline.

Date
2006/10/17 15:16:16
Revision
1.1

The set of vessel sections contain the profile as well as the the following information about the section:

Definition at line 41 of file vtkvmtkPolyDataCenterlineSections.h.

Member Typedef Documentation

◆ Superclass

typedef vtkPolyDataAlgorithm vtkvmtkPolyDataCenterlineSections::Superclass

Definition at line 44 of file vtkvmtkPolyDataCenterlineSections.h.

Constructor & Destructor Documentation

◆ vtkvmtkPolyDataCenterlineSections()

vtkvmtkPolyDataCenterlineSections::vtkvmtkPolyDataCenterlineSections ( )
protected

◆ ~vtkvmtkPolyDataCenterlineSections()

vtkvmtkPolyDataCenterlineSections::~vtkvmtkPolyDataCenterlineSections ( )
protected

Member Function Documentation

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkPolyDataCenterlineSections::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkPolyDataCenterlineSections* vtkvmtkPolyDataCenterlineSections::NewInstance ( ) const

◆ PrintSelf()

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

◆ New()

static vtkvmtkPolyDataCenterlineSections* vtkvmtkPolyDataCenterlineSections::New ( )
static

◆ SetCenterlines()

virtual void vtkvmtkPolyDataCenterlineSections::SetCenterlines ( vtkPolyData *  )
virtual

◆ GetCenterlines()

virtual vtkPolyData* vtkvmtkPolyDataCenterlineSections::GetCenterlines ( )
virtual

◆ SetCenterlineSectionAreaArrayName()

virtual void vtkvmtkPolyDataCenterlineSections::SetCenterlineSectionAreaArrayName ( const char *  )
virtual

◆ GetCenterlineSectionAreaArrayName()

virtual char* vtkvmtkPolyDataCenterlineSections::GetCenterlineSectionAreaArrayName ( )
virtual

◆ SetCenterlineSectionMinSizeArrayName()

virtual void vtkvmtkPolyDataCenterlineSections::SetCenterlineSectionMinSizeArrayName ( const char *  )
virtual

◆ GetCenterlineSectionMinSizeArrayName()

virtual char* vtkvmtkPolyDataCenterlineSections::GetCenterlineSectionMinSizeArrayName ( )
virtual

◆ SetCenterlineSectionMaxSizeArrayName()

virtual void vtkvmtkPolyDataCenterlineSections::SetCenterlineSectionMaxSizeArrayName ( const char *  )
virtual

◆ GetCenterlineSectionMaxSizeArrayName()

virtual char* vtkvmtkPolyDataCenterlineSections::GetCenterlineSectionMaxSizeArrayName ( )
virtual

◆ SetCenterlineSectionShapeArrayName()

virtual void vtkvmtkPolyDataCenterlineSections::SetCenterlineSectionShapeArrayName ( const char *  )
virtual

◆ GetCenterlineSectionShapeArrayName()

virtual char* vtkvmtkPolyDataCenterlineSections::GetCenterlineSectionShapeArrayName ( )
virtual

◆ SetCenterlineSectionClosedArrayName()

virtual void vtkvmtkPolyDataCenterlineSections::SetCenterlineSectionClosedArrayName ( const char *  )
virtual

◆ GetCenterlineSectionClosedArrayName()

virtual char* vtkvmtkPolyDataCenterlineSections::GetCenterlineSectionClosedArrayName ( )
virtual

◆ RequestData()

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

◆ ComputeCenterlineSections()

void vtkvmtkPolyDataCenterlineSections::ComputeCenterlineSections ( vtkPolyData *  input,
int  cellId,
vtkPolyData *  output 
)
protected

Member Data Documentation

◆ Centerlines

vtkPolyData* vtkvmtkPolyDataCenterlineSections::Centerlines
protected

Definition at line 75 of file vtkvmtkPolyDataCenterlineSections.h.

◆ CenterlineSectionAreaArrayName

char* vtkvmtkPolyDataCenterlineSections::CenterlineSectionAreaArrayName
protected

Definition at line 77 of file vtkvmtkPolyDataCenterlineSections.h.

◆ CenterlineSectionMinSizeArrayName

char* vtkvmtkPolyDataCenterlineSections::CenterlineSectionMinSizeArrayName
protected

Definition at line 78 of file vtkvmtkPolyDataCenterlineSections.h.

◆ CenterlineSectionMaxSizeArrayName

char* vtkvmtkPolyDataCenterlineSections::CenterlineSectionMaxSizeArrayName
protected

Definition at line 79 of file vtkvmtkPolyDataCenterlineSections.h.

◆ CenterlineSectionShapeArrayName

char* vtkvmtkPolyDataCenterlineSections::CenterlineSectionShapeArrayName
protected

Definition at line 80 of file vtkvmtkPolyDataCenterlineSections.h.

◆ CenterlineSectionClosedArrayName

char* vtkvmtkPolyDataCenterlineSections::CenterlineSectionClosedArrayName
protected

Definition at line 81 of file vtkvmtkPolyDataCenterlineSections.h.


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