MCPcopy Create free account
hub / github.com/Kitware/VTK / SetScalarType

Method SetScalarType

Common/DataModel/vtkCartesianGrid.cxx:454–457  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

452
453//------------------------------------------------------------------------------
454void vtkCartesianGrid::SetScalarType(int type, vtkInformation* meta_data)
455{
456 vtkDataObject::SetPointDataActiveScalarInfo(meta_data, type, -1);
457}
458
459//------------------------------------------------------------------------------
460int vtkCartesianGrid::GetScalarType()

Calls

no outgoing calls

Tested by

no test coverage detected