VTKFIG
0.25.0
Easy VTK based in situ visualization
|
Go to the source code of this file.
Classes | |
struct | vtkfig::RGBPoint |
RGB point struct for color tables. More... | |
Typedefs | |
typedef std::vector< RGBPoint > | vtkfig::RGBTable |
Color table. More... | |
Functions | |
void | vtkfig::PrintOpenGLInfo (void) |
Print Open GL info to screen. More... | |
size_t | vtkfig::NSpin () |
Return content of environment variable VTKFIG_NSPIN or large value. More... | |
template<class V0 , class V , class IV > | |
void | vtkfig::Delaunay2D (const V0 &points_in, V &points, IV &cells) |
Create a 2D Delaunay triangulation from point set. More... | |
template<class V0 , class V , class IV > | |
void | vtkfig::Delaunay3D (const V0 &points_in, V &points, IV &cells) |
Create a 3D Delaunay triangulation from point set. More... | |
vtkSmartPointer< vtkLookupTable > | vtkfig::internal::BuildLookupTable (RGBTable &xrgb, size_t size) |
Build lookup table. More... | |
vtkSmartPointer< vtkScalarBarActor > | vtkfig::internal::BuildColorBar (vtkSmartPointer< vtkPolyDataMapper > mapper, int irank=0) |
Build colorbar. More... | |
void | vtkfig::internal::PrintPoints (vtkSmartPointer< vtkPoints > pts, std::ostream &os) |
Print vtkPoints. More... | |
void | vtkfig::internal::PrintArray (vtkSmartPointer< vtkDataArray > data, std::ostream &os) |
Print vtkDataArray. More... | |
Various helper tools and API functions not bound to classes.
typedef std::vector<RGBPoint> vtkfig::RGBTable |
Color table.
void vtkfig::PrintOpenGLInfo | ( | void | ) |
Print Open GL info to screen.
Invoked by vtkfig-exec executable.
size_t vtkfig::NSpin | ( | ) |
Return content of environment variable VTKFIG_NSPIN or large value.
Helper function for examples.
|
inline |
Create a 2D Delaunay triangulation from point set.
|
inline |
Create a 3D Delaunay triangulation from point set.
vtkSmartPointer<vtkLookupTable> vtkfig::internal::BuildLookupTable | ( | RGBTable & | xrgb, |
size_t | size | ||
) |
Build lookup table.
vtkSmartPointer<vtkScalarBarActor> vtkfig::internal::BuildColorBar | ( | vtkSmartPointer< vtkPolyDataMapper > | mapper, |
int | irank = 0 |
||
) |
Build colorbar.
void vtkfig::internal::PrintPoints | ( | vtkSmartPointer< vtkPoints > | pts, |
std::ostream & | os | ||
) |
Print vtkPoints.
void vtkfig::internal::PrintArray | ( | vtkSmartPointer< vtkDataArray > | data, |
std::ostream & | os | ||
) |
Print vtkDataArray.