VTKFIG
0.20.20181114
Easy VTK based in situ visualization
|
template<class DATA , class FILTER >
2D Filter should react on elevation view if we cut away a part of the ouline by vtkExtractCells, we still need the axes to be correct, so they must be created using the original geometry should react on elevation view if we cut away a part of the ouline by vtkExtractCells, we still need the axes to be correct, so they must be created using the original geometry Definition at line 56 of file vtkfigScalarView-2018-01-21-2258.cxx. 64 auto values=vtkDoubleArray::SafeDownCast(DATA::SafeDownCast(data_producer->GetOutputDataObject(0))->GetPointData()->GetAbstractArray(dataname.c_str()));
void RTAddActor2D(vtkSmartPointer< vtkActor2D > prop) Add vtk Actor to renderer showing figure. Definition: vtkfigFigure.cxx:224 vtkSmartPointer< vtkContourFilter > isoline_filter Definition: vtkfigFigure.h:224 vtkSmartPointer< vtkTrivialProducer > data_producer Data producer for grid dataset. Definition: vtkfigFigure.h:247 void RTCalcTransform() Calculate transformation to unit cube This shall be applied to all data. Definition: vtkfigFigure.cxx:568 vtkSmartPointer< vtkLookupTable > surface_lut Color lookup table for surface plots. Definition: vtkfigFigure.h:265 vtkSmartPointer< vtkLookupTable > elevation_lut Color lookup table for contour plots vtkSmartPointer<vtkLookupTable> contour_lut; RGBTable contour_rg... Definition: vtkfigFigure.h:303 void RTAddActor(vtkSmartPointer< vtkActor > prop) Add vtk Actor to renderer showing figure. Definition: vtkfigFigure.cxx:223 vtkSmartPointer< vtkScalarBarActor > BuildColorBar(vtkSmartPointer< vtkPolyDataMapper > mapper, int irank=0) Definition: vtkfigTools.cxx:88 ![]() |