Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
4f558200
Commit
4f558200
authored
Jan 08, 2016
by
Jan Möbius
Browse files
Cleanup and Doxygen infos
parent
db0c0eee
Pipeline
#692
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ObjectTypes/MeshObject/MeshObjectT.cc
View file @
4f558200
...
...
@@ -805,6 +805,13 @@
}
template
<
class
MeshT
>
bool
MeshObject
<
MeshT
>::
hasBsp
()
const
{
return
triangle_bsp_
!=
0
;
}
//=============================================================================
template
<
class
MeshT
>
...
...
ObjectTypes/MeshObject/MeshObjectT.hh
View file @
4f558200
...
...
@@ -340,7 +340,15 @@ class DLLEXPORTONLY MeshObject : public BaseObjectData {
*/
OMTriangleBSP
*
resetTriangleBsp
();
bool
hasBsp
()
{
return
triangle_bsp_
!=
0
;
}
/** \brief check if a BSP has been computed and is valid
*
* This function checks if a bsp has been computed for this mesh object and
* if it is still valid (meaning, nothing has been changed on the object after
* the BSP has been computed
*
* @return BSP valid?
*/
bool
hasBsp
()
const
;
private
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment