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

Method GetAutoConvertProperties

Remoting/ServerManager/vtkSMInputArrayDomain.cxx:374–380  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

372
373//---------------------------------------------------------------------------
374bool vtkSMInputArrayDomain::GetAutoConvertProperties()
375{
376 bool autoConvert =
377 vtkSMInputArrayDomain::GetAutomaticPropertyConversion() || this->AutoConvertProperties;
378 vtkDebugMacro("Return AutoConvertProperties: " << autoConvert);
379 return autoConvert;
380}
381
382//---------------------------------------------------------------------------
383bool vtkSMInputArrayDomain::GetAutomaticPropertyConversion()

Callers 4

IsArrayAcceptableMethod · 0.95
BuildArrayListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected