HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GEO_PolyCounts.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: GEO_PolyCounts.h (GEO Library, C++)
7  *
8  * COMMENTS: Implementation of a simple run-length encoded array
9  * intended for storing polygon vertex counts.
10  */
11 
12 #ifndef __GEO_PolyCounts__
13 #define __GEO_PolyCounts__
14 
15 #include "GEO_API.h"
16 
17 #include <GA/GA_PolyCounts.h>
18 
20 {
21 public:
23  : GA_PolyCounts()
24  {}
25 
27  : GA_PolyCounts(that)
28  {}
29 
31  {
33  return *this;
34  }
35 };
36 
37 #endif
GA_PolyCounts & operator=(const GA_PolyCounts &that)
#define GEO_API
Definition: GEO_API.h:14
GEO_PolyCounts & operator=(const GEO_PolyCounts &that)
GEO_PolyCounts(const GEO_PolyCounts &that)