cgma
CubitBoxStruct.h
Go to the documentation of this file.
00001 #ifndef CUBITBOXSTRUCT_HPP
00002 #define CUBITBOXSTRUCT_HPP
00003 
00004 #include "CubitVectorStruct.h"
00005 
00006 struct CubitBoxStruct
00007 {
00008   struct CubitVectorStruct minimum_;
00009   struct CubitVectorStruct maximum_;
00010 };
00011 
00012 #endif
00013 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines