Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
CProcessNode Class Reference

#include <WHeightMapEdit.h>

Public Member Functions

 CProcessNode (Int x, Int y)
 
 ~CProcessNode (void)
 

Public Attributes

const Int m_x
 
const Int m_y
 
Real m_len
 Length of texture coord on this node.
 
CProcessNodem_next
 

Detailed Description

Definition at line 34 of file WHeightMapEdit.h.

Constructor & Destructor Documentation

◆ CProcessNode()

CProcessNode::CProcessNode ( Int x,
Int y )
inline

Definition at line 41 of file WHeightMapEdit.h.

◆ ~CProcessNode()

CProcessNode::~CProcessNode ( void )
inline

Definition at line 42 of file WHeightMapEdit.h.

Member Data Documentation

◆ m_len

Real CProcessNode::m_len

Length of texture coord on this node.

Definition at line 38 of file WHeightMapEdit.h.

◆ m_next

CProcessNode* CProcessNode::m_next

Definition at line 39 of file WHeightMapEdit.h.

◆ m_x

const Int CProcessNode::m_x

Definition at line 37 of file WHeightMapEdit.h.

◆ m_y

const Int CProcessNode::m_y

Definition at line 37 of file WHeightMapEdit.h.


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