VTKFIG
0.25.0
Easy VTK based in situ visualization
|
This is the complete list of members for vtkfig::DataSet, including all inherited members.
DataType enum name | vtkfig::DataSet | |
GetCellList(std::string name) | vtkfig::DataSet | inline |
GetDataType() | vtkfig::DataSet | |
GetSpaceDimension() | vtkfig::DataSet | inline |
GetVTKBoundaryDataSet() | vtkfig::DataSet | inline |
GetVTKDataSet() | vtkfig::DataSet | inline |
New() | vtkfig::DataSet | static |
SetBoundaryCellRegions(const V &cr) | vtkfig::DataSet | inline |
SetBoundaryCellScalar(const V &f, const std::string name) | vtkfig::DataSet | inline |
SetCellMaskByList(const IV &cells_in, const std::string name) | vtkfig::DataSet | inline |
SetCellMaskByMask(const IV &mask_in, const std::string name) | vtkfig::DataSet | inline |
SetCellMaskByRegionsOmitted(const IV ®ions_omitted, const std::string name) | vtkfig::DataSet | inline |
SetCellRegions(const V &cr) | vtkfig::DataSet | inline |
SetCellScalar(const V &f, const std::string name) | vtkfig::DataSet | inline |
SetCoordinateScaleFactor(double factor) | vtkfig::DataSet | inline |
SetCoordinateScaleFactorX(double factor) | vtkfig::DataSet | inline |
SetCoordinateScaleFactorY(double factor) | vtkfig::DataSet | inline |
SetCoordinateScaleFactorZ(double factor) | vtkfig::DataSet | inline |
SetPointScalar(const V &f, const std::string name) | vtkfig::DataSet | inline |
SetPointVector(const V &u, const V &v, const std::string name) | vtkfig::DataSet | inline |
SetPointVector(const V &u, const V &v, const V &w, const std::string name) | vtkfig::DataSet | inline |
SetPointVector(const V &uvw, const int dim, const std::string name) | vtkfig::DataSet | inline |
SetRectilinearGrid(const V &x, const V &y) | vtkfig::DataSet | inline |
SetRectilinearGrid(const V &x, const V &y, const V &z) | vtkfig::DataSet | inline |
SetSimplexGrid(int dim, const V &points, const IV &cells) | vtkfig::DataSet | inline |
SetSimplexGridBoundaryCells(const IV &cells) | vtkfig::DataSet | inline |
WriteVTK(const std::string fname, const std::string filetype) | vtkfig::DataSet |