#include <Tool.h>
Inheritance diagram for vizParticleDataType:
Public Member Functions | |
vizParticleDataType () | |
vizParticleDataType (unsigned numPts, int ptDataType=ACLVIS_UNKNOWN, int isIds=1) | |
virtual | ~vizParticleDataType () |
int | InitData (unsigned numPts, int ptDataType=ACLVIS_UNKNOWN, int isIds=1) |
int | InitIdInfo () |
int | AddPoint (float pt[3]) |
int | AddPoint (int index, float pt[3]) |
int | AddIdInfoVal (int idInf) |
int | AddIdInfoVal (int index, int idInf) |
int | InsertParticleData (vtkPolyData *polyData) |
int | SetPoints (vtkPolyData *polyData) |
int | SetIdInfo (vtkDataSet *dataSet) |
int | GetIsIdInfoFlag () const |
Definition at line 433 of file Tool.h.
|
|
|
Definition at line 1803 of file Tool.cpp. References InitData(). Here is the call graph for this function: |
|
|
|
Definition at line 1903 of file Tool.cpp. References vizPointData::GetIds(). Here is the call graph for this function: |
|
Definition at line 1889 of file Tool.cpp. References vizPointData::GetIds(). Here is the call graph for this function: |
|
|
|
|
|
|
|
Definition at line 1816 of file Tool.cpp. References InitIdInfo(), vizStructuredFieldDataType::InitPointDataType(), and vizStructuredFieldDataType::numPoints. Referenced by ACLVISParticleAttribDataSource< T >::prepare_data(), and vizParticleDataType(). Here is the call graph for this function: |
|
Definition at line 1859 of file Tool.cpp. References vizPointData::GetIds(), and vizStructuredFieldDataType::numPoints. Referenced by InitData(). Here is the call graph for this function: |
|
Definition at line 1950 of file Tool.cpp. References vizStructuredFieldDataType::isPointData, SetIdInfo(), vizStructuredFieldDataType::SetPointData(), and SetPoints(). Referenced by ReadParticleTool::PrepareFinishedData(). Here is the call graph for this function: |
|
Definition at line 1917 of file Tool.cpp. References vizPointData::GetIds(). Referenced by InsertParticleData(). Here is the call graph for this function: |
|
Definition at line 1930 of file Tool.cpp. Referenced by InsertParticleData(). |