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

Function GetUpdateExtent

Common/ExecutionModel/vtkAlgorithm.h:818–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816 int* GetUpdateExtent() VTK_SIZEHINT(6) { return this->GetUpdateExtent(0); }
817 int* GetUpdateExtent(int port) VTK_SIZEHINT(6);
818 void GetUpdateExtent(int& x0, int& x1, int& y0, int& y1, int& z0, int& z1)
819 {
820 this->GetUpdateExtent(0, x0, x1, y0, y1, z0, z1);
821 }
822 void GetUpdateExtent(int port, int& x0, int& x1, int& y0, int& y1, int& z0, int& z1);
823 void GetUpdateExtent(int extent[6]) { this->GetUpdateExtent(0, extent); }
824 void GetUpdateExtent(int port, int extent[6]);

Callers 2

GetUpdateExtentMethod · 0.85

Calls 1

GetUpdateExtentMethod · 0.45

Tested by

no test coverage detected