QEM_Quadric.h File Reference
Header for the Quadric class.
More...
#include "MatrixTypes.h"
#include <vector>
Include dependency graph for QEM_Quadric.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds |
class | Quadric |
class | VertexQuadric |
Defines |
#define | COPY_FROM(a, b) a::operator=(b) |
#define | INHERIT_EQUALITY(OurClass, ParentClass, OtherClass) |
Typedefs |
typedef std::vector< VertexQuadric > | VertexArray |
typedef std::vector< Quadric > | QuadricArray |
Detailed Description
Header for the Quadric class.
Author: Matt Loper
-
Revision:
-
1.2
-
Date:
-
2002/05/12 22:31:53
Definition in file QEM_Quadric.h.
Define Documentation
#define INHERIT_EQUALITY |
( |
OurClass, |
|
|
ParentClass, |
|
|
OtherClass |
|
) |
|
|
|
Value: OurClass( OtherClass &q) { COPY_FROM(ParentClass,q);} \
void operator=(const OtherClass &q) { COPY_FROM(ParentClass,q);} \
Definition at line 23 of file QEM_Quadric.h. |
Generated on Tue May 21 03:34:59 2002 for Archimedes by
1.2.15