|
VMTK
|
Extract a set of vessel sections from a surface along a centerline. More...
#include <vtkvmtkPolyDataCenterlineSections.h>
Public Types | |
| typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkvmtkPolyDataCenterlineSections * | NewInstance () 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 vtkvmtkPolyDataCenterlineSections * | SafeDownCast (vtkObjectBase *o) |
| static vtkvmtkPolyDataCenterlineSections * | New () |
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 |
Extract a set of vessel sections from a surface along a centerline.
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.
| typedef vtkPolyDataAlgorithm vtkvmtkPolyDataCenterlineSections::Superclass |
Definition at line 44 of file vtkvmtkPolyDataCenterlineSections.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkvmtkPolyDataCenterlineSections* vtkvmtkPolyDataCenterlineSections::NewInstance | ( | ) | const |
| void vtkvmtkPolyDataCenterlineSections::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
protected |
|
protected |
Definition at line 75 of file vtkvmtkPolyDataCenterlineSections.h.
|
protected |
Definition at line 77 of file vtkvmtkPolyDataCenterlineSections.h.
|
protected |
Definition at line 78 of file vtkvmtkPolyDataCenterlineSections.h.
|
protected |
Definition at line 79 of file vtkvmtkPolyDataCenterlineSections.h.
|
protected |
Definition at line 80 of file vtkvmtkPolyDataCenterlineSections.h.
|
protected |
Definition at line 81 of file vtkvmtkPolyDataCenterlineSections.h.
1.8.14