MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / toModelData

Method toModelData

apps/modeler/src/parameter.cpp:99–106  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

97
98//////////////////////////////////////////////////////////////////////////////////////////////
99std::pair<QVariant, int>
100pcl::modeler::IntParameter::toModelData()
101{
102 std::pair<QVariant, int> model_data;
103 model_data.first = int(*this);
104 model_data.second = Qt::EditRole;
105 return model_data;
106}
107
108//////////////////////////////////////////////////////////////////////////////////////////////
109std::string

Callers 2

execMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected