VTKFIG  0.20.20181114
Easy VTK based in situ visualization
template<class V >
void vtkfig::DataSet::SetBoundaryCellRegions ( const V &  cr)
inline

Set boundary cell region data (for multiregion grids)

Template Parameters
VVector class counting from zero with member functions size() and operator[]. std::vector will work.
Parameters
crCell region numbers
nameName of function

Definition at line 565 of file vtkfigDataSet.h.

566  {
567  SetBoundaryCellScalar(values, "boundarycellregions");
568  }
void SetBoundaryCellScalar(const V &f, const std::string name)
Set data of a scalar function defined on the cells of the grid.

+ Here is the call graph for this function: