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

Method GetArraySelection

IO/Fides/vtkFidesWriter.cxx:81–89  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

79
80//------------------------------------------------------------------------------
81vtkDataArraySelection* vtkFidesWriter::GetArraySelection(int association)
82{
83 if (association < 3)
84 {
85 return this->ArraySelection[association];
86 }
87 vtkErrorMacro("Invalid association: " << association);
88 return nullptr;
89}
90
91//------------------------------------------------------------------------------
92vtkDataArraySelection* vtkFidesWriter::GetPointDataArraySelection()

Callers 4

WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected