Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ clear
Method
clear
tools/Wires/Attributes/WireAttributes.h:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
std::vector<std::string> get_attribute_names() const;
25
26
void clear() { m_attr_map.clear(); }
27
28
private:
29
typedef std::map<std::string, WireAttribute::Ptr> AttrMap;
Callers
11
initialize
Method · 0.45
label_bd_faces
Method · 0.45
extract_bd_loops
Method · 0.45
reset
Method · 0.45
clear_attributes
Method · 0.45
initialize_2D_reflections
Method · 0.45
initialize_2D_rotations
Method · 0.45
initialize_3D_reflections
Method · 0.45
initialize_3D_rotations
Method · 0.45
process_roi
Method · 0.45
tile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected