Easy3D 2.6.1
|
This is the complete list of members for PointCloud, including all inherited members.
add_model_property(const std::string &name, const T t=T()) | PointCloud | inline |
add_vertex(const vec3 &p) | PointCloud | |
add_vertex_property(const std::string &name, const T t=T()) | PointCloud | inline |
assign(const PointCloud &rhs) | PointCloud | |
bounding_box(bool recompute=false) const | Model | |
clear() | PointCloud | |
collect_garbage() | PointCloud | |
delete_vertex(Vertex v) | PointCloud | |
empty() const | Model | inline |
get_model_property(const std::string &name) const | PointCloud | inline |
get_model_property_type(const std::string &name) const | PointCloud | inline |
get_vertex_property(const std::string &name) const | PointCloud | inline |
get_vertex_property_type(const std::string &name) const | PointCloud | inline |
has_garbage() const | PointCloud | inline |
invalidate_bounding_box() | Model | |
is_deleted(Vertex v) const | PointCloud | inline |
is_valid(Vertex v) const | PointCloud | inline |
join(const PointCloud &other) | PointCloud | |
manipulator() | Model | inline |
manipulator() const | Model | inline |
Model(const std::string &name="unknown") | Model | explicit |
model_properties() const | PointCloud | inline |
model_property(const std::string &name, const T t=T()) | PointCloud | inline |
n_vertices() const | PointCloud | inline |
name() const | Model | inline |
operator+=(const PointCloud &other) | PointCloud | inline |
operator=(const PointCloud &rhs) | PointCloud | |
PointCloud() | PointCloud | |
PointCloud(const PointCloud &rhs) | PointCloud | inline |
points() const override | PointCloud | inlinevirtual |
points() override | PointCloud | inlinevirtual |
position(Vertex v) const | PointCloud | inline |
position(Vertex v) | PointCloud | inline |
property_stats(std::ostream &output) const override | PointCloud | virtual |
remove_model_property(ModelProperty< T > &p) | PointCloud | inline |
remove_model_property(const std::string &n) | PointCloud | inline |
remove_vertex_property(VertexProperty< T > &p) | PointCloud | inline |
remove_vertex_property(const std::string &n) | PointCloud | inline |
rename_model_property(const std::string &old_name, const std::string &new_name) | PointCloud | inline |
rename_vertex_property(const std::string &old_name, const std::string &new_name) | PointCloud | inline |
renderer() | Model | |
renderer() const | Model | |
resize(unsigned int nv) | PointCloud | inline |
set_manipulator(std::shared_ptr< Manipulator > manip) | Model | inline |
set_name(const std::string &n) | Model | inline |
set_renderer(std::shared_ptr< Renderer > r) | Model | inline |
vertex_properties() const | PointCloud | inline |
vertex_property(const std::string &name, const T t=T()) | PointCloud | inline |
vertices() const | PointCloud | inline |
vertices_begin() const | PointCloud | inline |
vertices_end() const | PointCloud | inline |
vertices_size() const | PointCloud | inline |
~Model() (defined in Model) | Model | virtual |
~PointCloud() override=default | PointCloud |