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

Method getName

outofcore/src/visualization/object.cpp:13–17  ·  view source on GitHub ↗

Accessors -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

11// Accessors
12// -----------------------------------------------------------------------------
13std::string
14Object::getName () const
15{
16 return name_;
17}
18
19void
20Object::setName (std::string name)

Callers 4

getCameraMethod · 0.45
getObjectByNameMethod · 0.45
renderMethod · 0.45
setCameraMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected