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

Method EnableAllPointArrays

IO/Geometry/vtkAVSucdReader.cxx:1038–1041  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1036
1037//------------------------------------------------------------------------------
1038void vtkAVSucdReader::EnableAllPointArrays()
1039{
1040 this->PointDataArraySelection->EnableAllArrays();
1041}
1042
1043//------------------------------------------------------------------------------
1044void vtkAVSucdReader::DisableAllPointArrays()

Callers

nothing calls this directly

Calls 1

EnableAllArraysMethod · 0.80

Tested by

no test coverage detected