HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
19
class
GEO_API
GEO_PolyCounts
:
public
GA_PolyCounts
20
{
21
public
:
22
GEO_PolyCounts
()
23
:
GA_PolyCounts
()
24
{}
25
26
GEO_PolyCounts
(
const
GEO_PolyCounts
&that)
27
:
GA_PolyCounts
(that)
28
{}
29
30
GEO_PolyCounts
&
operator=
(
const
GEO_PolyCounts
&that)
31
{
32
GA_PolyCounts::operator=
(that);
33
return
*
this
;
34
}
35
};
36
37
#endif
GA_PolyCounts
Definition:
GA_PolyCounts.h:26
GA_PolyCounts::operator=
GA_PolyCounts & operator=(const GA_PolyCounts &that)
Definition:
GA_PolyCounts.h:272
GEO_PolyCounts
Definition:
GEO_PolyCounts.h:19
GA_PolyCounts.h
GEO_API
#define GEO_API
Definition:
GEO_API.h:14
GEO_PolyCounts::operator=
GEO_PolyCounts & operator=(const GEO_PolyCounts &that)
Definition:
GEO_PolyCounts.h:30
GEO_PolyCounts::GEO_PolyCounts
GEO_PolyCounts(const GEO_PolyCounts &that)
Definition:
GEO_PolyCounts.h:26
GEO_API.h
GEO_PolyCounts::GEO_PolyCounts
GEO_PolyCounts()
Definition:
GEO_PolyCounts.h:22
GEO
GEO_PolyCounts.h
Generated on Fri Nov 8 2024 03:39:12 for HDK by
1.8.6