Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
GridCullSystemClass::VolumeStruct Struct Reference

#include <gridcull.h>

Public Member Functions

 VolumeStruct (void)
 
 VolumeStruct (int i0, int j0, int k0, int i1, int j1, int k1)
 
bool Is_Leaf (void) const
 
bool Is_Empty (void) const
 
void Split (VolumeStruct &v0, VolumeStruct &v1) const
 

Public Attributes

int Min [3]
 
int Max [3]
 

Detailed Description

Definition at line 163 of file gridcull.h.

Constructor & Destructor Documentation

◆ VolumeStruct() [1/2]

WWINLINE GridCullSystemClass::VolumeStruct::VolumeStruct ( void )

Definition at line 607 of file gridcull.h.

◆ VolumeStruct() [2/2]

WWINLINE GridCullSystemClass::VolumeStruct::VolumeStruct ( int i0,
int j0,
int k0,
int i1,
int j1,
int k1 )

Definition at line 624 of file gridcull.h.

Member Function Documentation

◆ Is_Empty()

WWINLINE bool GridCullSystemClass::VolumeStruct::Is_Empty ( void ) const

Definition at line 668 of file gridcull.h.

◆ Is_Leaf()

WWINLINE bool GridCullSystemClass::VolumeStruct::Is_Leaf ( void ) const

Definition at line 650 of file gridcull.h.

◆ Split()

WWINLINE void GridCullSystemClass::VolumeStruct::Split ( VolumeStruct & v0,
VolumeStruct & v1 ) const

Definition at line 686 of file gridcull.h.

Member Data Documentation

◆ Max

int GridCullSystemClass::VolumeStruct::Max[3]

Definition at line 172 of file gridcull.h.

◆ Min

int GridCullSystemClass::VolumeStruct::Min[3]

Definition at line 171 of file gridcull.h.


The documentation for this struct was generated from the following file: