MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetNumberOfComponents

Method GetNumberOfComponents

Remoting/ServerManager/vtkSMDoubleMapProperty.cxx:57–60  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55
56//---------------------------------------------------------------------------
57unsigned int vtkSMDoubleMapProperty::GetNumberOfComponents()
58{
59 return this->Private->NumberOfComponents;
60}
61
62//---------------------------------------------------------------------------
63void vtkSMDoubleMapProperty::SetElement(vtkIdType index, double value)

Callers 8

ReadFromMethod · 0.95
UpdateMethod · 0.45
PullMethod · 0.45
BuildArrayListMethod · 0.45
CreateMangledNameMethod · 0.45
IsArrayAcceptableMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected