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

Method GetDoubleArray

Remoting/ServerManager/vtkSMPropertyHelper.cxx:786–789  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

784
785//----------------------------------------------------------------------------
786std::vector<double> vtkSMPropertyHelper::GetDoubleArray() const
787{
788 return this->GetPropertyArray<double>();
789}
790
791//----------------------------------------------------------------------------
792void vtkSMPropertyHelper::Set(const double* values, unsigned int count)

Callers 15

GetArrayMethod · 0.95
InitDefaultSlicesMethod · 0.80
WriteInternalMethod · 0.80
serializeToJSONMethod · 0.80
updateUIMethod · 0.80
onReaderCreatedMethod · 0.80
GetSliceNormalMethod · 0.80
GetSliceOriginMethod · 0.80
setSelectionMethod · 0.80
initializeCueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected