VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Figure::SetMaskedData ( DataSet data,
const std::string  name,
const std::string  maskname 
)

Add Dataset with mask to figure.

Parameters
nameName of scalar or vector to be shown

Definition at line 185 of file vtkfigFigure.cxx.

186  {
187  SetData(vtkfig_data,name);
188  celllist=vtkfig_data.GetCellList(maskname);
189  }
vtkSmartPointer< vtkIdList > celllist
Cell mask.
Definition: vtkfigFigure.h:259
void SetData(std::shared_ptr< DataSet > data, const std::string name="")
Add Dataset to figure.

+ Here is the call graph for this function: