VMTK
|
obtain sections of an unstructured grid mesh with lie along a centerline path. More...
#include <vtkvmtkUnstructuredGridCenterlineSections.h>
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkUnstructuredGridCenterlineSections * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
virtual void | SetCenterlines (vtkPolyData *) |
virtual vtkPolyData * | GetCenterlines () |
virtual void | SetSectionSource (vtkPolyData *) |
virtual vtkPolyData * | GetSectionSource () |
virtual void | SetSectionUpNormalsArrayName (const char *) |
virtual char * | GetSectionUpNormalsArrayName () |
virtual void | SetSectionNormalsArrayName (const char *) |
virtual char * | GetSectionNormalsArrayName () |
virtual void | SetAdditionalNormalsArrayName (const char *) |
virtual char * | GetAdditionalNormalsArrayName () |
virtual void | SetAdditionalScalarsArrayName (const char *) |
virtual char * | GetAdditionalScalarsArrayName () |
virtual void | SetTransformSections (int) |
virtual int | GetTransformSections () |
virtual void | TransformSectionsOn () |
virtual void | TransformSectionsOff () |
virtual void | SetUseSectionSource (int) |
virtual int | GetUseSectionSource () |
virtual void | UseSectionSourceOn () |
virtual void | UseSectionSourceOff () |
virtual void | SetSourceScaling (int) |
virtual int | GetSourceScaling () |
virtual void | SourceScalingOn () |
virtual void | SourceScalingOff () |
virtual void | SetOriginOffset (double data[]) |
virtual double * | GetOriginOffset () |
virtual void | GetOriginOffset (double data[3]) |
virtual void | SetVectorsArrayName (const char *) |
virtual char * | GetVectorsArrayName () |
virtual void | SetSectionIdsArrayName (const char *) |
virtual char * | GetSectionIdsArrayName () |
virtual vtkPolyData * | GetSectionPointsPolyData () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkvmtkUnstructuredGridCenterlineSections * | SafeDownCast (vtkObjectBase *o) |
static vtkvmtkUnstructuredGridCenterlineSections * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkUnstructuredGridCenterlineSections () | |
~vtkvmtkUnstructuredGridCenterlineSections () | |
int | FillInputPortInformation (int, vtkInformation *info) VTK_OVERRIDE |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE |
double | ComputeAngle (double vector0[3], double vector1[3]) |
void | CreateTransform (vtkTransform *transform, double currentOrigin[3], double currentNormal[3], double currentUpNormal[3], double targetOrigin[3], double targetNormal[3], double targetUpNormal[3]) |
Protected Attributes | |
vtkPolyData * | Centerlines |
vtkPolyData * | SectionSource |
vtkPolyData * | SectionPointsPolyData |
char * | SectionUpNormalsArrayName |
char * | SectionNormalsArrayName |
char * | AdditionalNormalsArrayName |
char * | AdditionalScalarsArrayName |
char * | SectionIdsArrayName |
char * | VectorsArrayName |
int | TransformSections |
int | UseSectionSource |
int | SourceScaling |
double | OriginOffset [3] |
obtain sections of an unstructured grid mesh with lie along a centerline path.
Obtain mesh sections (along a centerline) which pass through a dense unstructured grid mesh. This is useful because you can use this data to visualize velocity vectors (or other solutions) along many mesh sections intersecting the centerline.
Definition at line 38 of file vtkvmtkUnstructuredGridCenterlineSections.h.
typedef vtkPolyDataAlgorithm vtkvmtkUnstructuredGridCenterlineSections::Superclass |
Definition at line 41 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkvmtkUnstructuredGridCenterlineSections* vtkvmtkUnstructuredGridCenterlineSections::NewInstance | ( | ) | const |
void vtkvmtkUnstructuredGridCenterlineSections::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
Definition at line 98 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 99 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 100 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 102 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 103 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 104 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 105 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 106 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 108 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 110 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 112 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 113 of file vtkvmtkUnstructuredGridCenterlineSections.h.
|
protected |
Definition at line 115 of file vtkvmtkUnstructuredGridCenterlineSections.h.