Custom derivation of bitpit::SurfUnstructured class, for Point Cloud handling only. More...
#include <MimmoObject.hpp>
Public Member Functions | |
MimmoPointCloud () | |
MimmoPointCloud (int id) | |
virtual | ~MimmoPointCloud () |
std::unique_ptr< bitpit::PatchKernel > | clone () const override |
Protected Member Functions | |
MimmoPointCloud (const MimmoPointCloud &)=default | |
Detailed Description
Custom derivation of bitpit::SurfUnstructured class, for Point Cloud handling only.
Definition at line 99 of file MimmoObject.hpp.
Constructor & Destructor Documentation
◆ MimmoPointCloud() [1/3]
mimmo::MimmoPointCloud::MimmoPointCloud | ( | ) |
MimmoPointCloud basic constructor
Definition at line 200 of file MimmoObject.cpp.
◆ MimmoPointCloud() [2/3]
mimmo::MimmoPointCloud::MimmoPointCloud | ( | int | id | ) |
MimmoPointCloud custom constructor
- Parameters
-
[in] id custom identification label of the mesh
Definition at line 206 of file MimmoObject.cpp.
◆ ~MimmoPointCloud()
|
virtual |
Basic Destructor
Definition at line 212 of file MimmoObject.cpp.
◆ MimmoPointCloud() [3/3]
|
protecteddefault |
Copy Constructor
Member Function Documentation
◆ clone()
|
override |
Cloning a MimmoPointCloud in an independent object of base type bitpit::PatchKernel
Definition at line 219 of file MimmoObject.cpp.
The documentation for this class was generated from the following files:
- src/core/MimmoObject.hpp
- src/core/MimmoObject.cpp