|
void | SendRGBTable (vtkSmartPointer< internals::Communicator > communicator, RGBTable &rgbtab) |
|
void | ReceiveRGBTable (vtkSmartPointer< internals::Communicator > communicator, RGBTable &rgbtab) |
|
size_t | NSpin () |
|
vtkSmartPointer< vtkLookupTable > | BuildLookupTable (RGBTable &xrgb, size_t size) |
|
vtkSmartPointer< vtkScalarBarActor > | BuildColorBar (vtkSmartPointer< vtkPolyDataMapper > mapper, int irank=0) |
|
template<class V , class IV > |
void | Delaunay2D (const V &points_in, V &points, IV &cells) |
|
template<class V , class IV > |
void | Delaunay3D (const V &points_in, V &points, IV &cells) |
|
void | PrintPoints (vtkSmartPointer< vtkPoints > pts, std::ostream &os) |
|
void | PrintArray (vtkSmartPointer< vtkDataArray > data, std::ostream &os) |
|
vtkSmartPointer< vtkLookupTable > | BuildLookupTable (std::vector< RGBPoint > &xrgb, size_t size) |
|