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

Method Set

Filters/Parallel/vtkCleanArrays.cxx:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void Set(vtkAbstractArray* array)
106 {
107 this->Name = array->GetName();
108 this->NumberOfComponents = array->GetNumberOfComponents();
109 this->Type = array->GetDataType();
110 }
111
112 vtkAbstractArray* NewArray(vtkIdType numTuples) const
113 {

Callers 15

ProcessRequestMethod · 0.45
RequestUpdateExtentMethod · 0.45
RequestDataObjectMethod · 0.45
ExtractStructuredGridMethod · 0.45
GetDataSetFunction · 0.45
RequestUpdateExtentMethod · 0.45
RequestUpdateExtentMethod · 0.45
RequestInformationMethod · 0.45

Calls 3

GetNameMethod · 0.45
GetNumberOfComponentsMethod · 0.45
GetDataTypeMethod · 0.45

Tested by 11

GetDataSetFunction · 0.36
RequestInformationMethod · 0.36
RequestDataMethod · 0.36
RequestInformationMethod · 0.36
RequestInformationMethod · 0.36
RequestDataMethod · 0.36
GetDataSetFunction · 0.36
GetDataSetFunction · 0.36