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

Method SetWindow

Infovis/Core/vtkArrayNorm.cxx:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33vtkArrayNorm::~vtkArrayNorm() = default;
34
35void vtkArrayNorm::SetWindow(const vtkArrayRange& window)
36{
37 if (window == this->Window)
38 return;
39
40 this->Window = window;
41 this->Modified();
42}
43
44vtkArrayRange vtkArrayNorm::GetWindow()
45{

Callers 5

SetColorWindowMethod · 0.45
SetColorWindowMethod · 0.45
TestArrayNormFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 2

TestArrayNormFunction · 0.36