ENH: orientedSurface: exposing flip status

This commit is contained in:
mattijs
2013-09-12 16:53:08 +01:00
parent 759ecfce8f
commit 5bb5b446db

View File

@ -54,6 +54,8 @@ class orientedSurface
: :
public triSurface public triSurface
{ {
public:
// Data types // Data types
//- Enumeration listing whether face needs to be flipped. //- Enumeration listing whether face needs to be flipped.
@ -64,6 +66,7 @@ class orientedSurface
NOFLIP NOFLIP
}; };
private:
// Private Member Functions // Private Member Functions