|
VTKFIG
0.20.20181114
Easy VTK based in situ visualization
|
Namespaces | |
| internals | |
Classes | |
| class | ChartXY |
| Experimental class trying to use the chartxy widget - don't use! | |
| class | DataSet |
| Class to collect all data given on one grid. More... | |
| class | Figure |
| Base class for all figures. More... | |
| class | Frame |
| Provide a framework wrapping window+interactor+renderers from vtk. More... | |
| class | GridView |
| Grid visualization. More... | |
| struct | RGBPoint |
| RGB point for color tables. More... | |
| class | ScalarView |
| Surface and contour plot of 2/3D scalar data. More... | |
| class | Surf2D |
| Experimental class for 2D elevation plot - don't use. More... | |
| class | VectorView |
| Quiver plots + streamlines for vector fields. More... | |
| class | XYPlot |
| XY Function plot. More... | |
Typedefs | |
| typedef std::vector< RGBPoint > | RGBTable |
Functions | |
| 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) |
1.8.11