diff options
| author | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
| commit | 7115f60b91b5717d90f643fd692010905c7004db (patch) | |
| tree | effd68c6978751c517d54c2f2bb5bb6e7dc93e18 /sdk/extensions/authoring/source/NvBlastExtAuthoringMeshCleanerImpl.h | |
| parent | Updating BlastTool zip (diff) | |
| download | blast-7115f60b91b5717d90f643fd692010905c7004db.tar.xz blast-7115f60b91b5717d90f643fd692010905c7004db.zip | |
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'sdk/extensions/authoring/source/NvBlastExtAuthoringMeshCleanerImpl.h')
| -rwxr-xr-x[-rw-r--r--] | sdk/extensions/authoring/source/NvBlastExtAuthoringMeshCleanerImpl.h | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/sdk/extensions/authoring/source/NvBlastExtAuthoringMeshCleanerImpl.h b/sdk/extensions/authoring/source/NvBlastExtAuthoringMeshCleanerImpl.h index 0eb1a85..dbf37cf 100644..100755 --- a/sdk/extensions/authoring/source/NvBlastExtAuthoringMeshCleanerImpl.h +++ b/sdk/extensions/authoring/source/NvBlastExtAuthoringMeshCleanerImpl.h @@ -1,25 +1,25 @@ -#include "NvBlastExtAuthoringMeshCleaner.h" - -namespace Nv -{ -namespace Blast -{ - -class Mesh; - -class MeshCleanerImpl : public MeshCleaner -{ -public: - /** - Tries to remove self intersections and open edges in interior of mesh. - \param[in] mesh Mesh to be cleaned. - \return Cleaned mesh or nullptr if failed. - */ - virtual Mesh* cleanMesh(const Nv::Blast::Mesh* mesh) override; - virtual void release() override; - - ~MeshCleanerImpl() {}; -}; - -} +#include "NvBlastExtAuthoringMeshCleaner.h"
+
+namespace Nv
+{
+namespace Blast
+{
+
+class Mesh;
+
+class MeshCleanerImpl : public MeshCleaner
+{
+public:
+ /**
+ Tries to remove self intersections and open edges in interior of mesh.
+ \param[in] mesh Mesh to be cleaned.
+ \return Cleaned mesh or nullptr if failed.
+ */
+ virtual Mesh* cleanMesh(const Nv::Blast::Mesh* mesh) override;
+ virtual void release() override;
+
+ ~MeshCleanerImpl() {};
+};
+
+}
}
\ No newline at end of file |