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

Method GetPointDataArraySelection

Filters/Reduction/vtkToImplicitArrayFilter.cxx:124–127  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

122
123//-------------------------------------------------------------------------
124vtkDataArraySelection* vtkToImplicitArrayFilter::GetPointDataArraySelection()
125{
126 return this->GetArraySelection(vtkDataObject::FIELD_ASSOCIATION_POINTS);
127}
128
129//-------------------------------------------------------------------------
130vtkDataArraySelection* vtkToImplicitArrayFilter::GetCellDataArraySelection()

Callers 10

PrintSelfMethod · 0.95
PrintSelfMethod · 0.45
TestDataFunction · 0.45
TestCompressibleFunction · 0.45
TestNotCompressibleFunction · 0.45
RequestInformationMethod · 0.45
RequestDataMethod · 0.45
ResamplingHelperImplMethod · 0.45
Test1Function · 0.45
Test2Function · 0.45

Calls 1

GetArraySelectionMethod · 0.95

Tested by 5

TestDataFunction · 0.36
TestCompressibleFunction · 0.36
TestNotCompressibleFunction · 0.36
Test1Function · 0.36
Test2Function · 0.36