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

Method SetPointArrayStatus

IO/Geometry/vtkWindBladeReader.cxx:2038–2048  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2036
2037//------------------------------------------------------------------------------
2038void vtkWindBladeReader::SetPointArrayStatus(const char* name, int status)
2039{
2040 if (status)
2041 {
2042 this->PointDataArraySelection->EnableArray(name);
2043 }
2044 else
2045 {
2046 this->PointDataArraySelection->DisableArray(name);
2047 }
2048}
2049
2050//------------------------------------------------------------------------------
2051vtkStructuredGrid* vtkWindBladeReader::GetFieldOutput()

Callers 1

SetUpFieldVarsMethod · 0.95

Calls 2

EnableArrayMethod · 0.80
DisableArrayMethod · 0.80

Tested by

no test coverage detected