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

Method SetOutputExtents

Infovis/Core/vtkTableToSparseArray.cxx:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void vtkTableToSparseArray::SetOutputExtents(const vtkArrayExtents& extents)
109{
110 this->Implementation->ExplicitOutputExtents = true;
111 this->Implementation->OutputExtents = extents;
112 this->Modified();
113}
114
115int vtkTableToSparseArray::FillInputPortInformation(int port, vtkInformation* info)
116{

Callers 1

ArrayTableToSparseArrayFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected