Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
SVisibilitySegment Struct Reference

Public Member Functions

 SVisibilitySegment (bool visible, size_t startIndex, size_t endIndex)
 
bool operator== (const SVisibilitySegment &other) const
 
bool operator!= (const SVisibilitySegment &other) const
 
bool IsSinglePoint ()
 

Public Attributes

bool m_Visible
 
size_t m_StartIndex
 
size_t m_EndIndex
 

Detailed Description

Definition at line 42 of file CCmpRallyPointRenderer.cpp.

Constructor & Destructor Documentation

SVisibilitySegment::SVisibilitySegment ( bool  visible,
size_t  startIndex,
size_t  endIndex 
)
inline

Definition at line 48 of file CCmpRallyPointRenderer.cpp.

Member Function Documentation

bool SVisibilitySegment::IsSinglePoint ( )
inline

Definition at line 62 of file CCmpRallyPointRenderer.cpp.

bool SVisibilitySegment::operator!= ( const SVisibilitySegment other) const
inline

Definition at line 57 of file CCmpRallyPointRenderer.cpp.

bool SVisibilitySegment::operator== ( const SVisibilitySegment other) const
inline

Definition at line 52 of file CCmpRallyPointRenderer.cpp.

Member Data Documentation

size_t SVisibilitySegment::m_EndIndex

Definition at line 46 of file CCmpRallyPointRenderer.cpp.

size_t SVisibilitySegment::m_StartIndex

Definition at line 45 of file CCmpRallyPointRenderer.cpp.

bool SVisibilitySegment::m_Visible

Definition at line 44 of file CCmpRallyPointRenderer.cpp.


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