SAGA API  v9.5
CSG_Rects_Int Class Reference

#include <geo_tools.h>

Public Member Functions

 CSG_Rects_Int (void)
 
virtual ~CSG_Rects_Int (void)
 
void Clear (void)
 
CSG_Rects_Intoperator= (const CSG_Rects_Int &Rects)
 
bool Assign (const CSG_Rects_Int &Rects)
 
bool Add (void)
 
bool Add (int xMin, int yMin, int xMax, int yMax)
 
bool Add (const CSG_Rect_Int &Rect)
 
int Get_Count (void) const
 
CSG_Rect_Intoperator[] (int Index)
 
CSG_Rect_IntGet_Rect (int Index)
 

Detailed Description

Definition at line 657 of file geo_tools.h.

Constructor & Destructor Documentation

◆ CSG_Rects_Int()

CSG_Rects_Int::CSG_Rects_Int ( void  )

Definition at line 1283 of file geo_classes.cpp.

◆ ~CSG_Rects_Int()

CSG_Rects_Int::~CSG_Rects_Int ( void  )
virtual

Definition at line 1290 of file geo_classes.cpp.

References Clear().

Member Function Documentation

◆ Add() [1/3]

bool CSG_Rects_Int::Add ( const CSG_Rect_Int Rect)

Definition at line 1346 of file geo_classes.cpp.

References SG_Realloc().

◆ Add() [2/3]

bool CSG_Rects_Int::Add ( int  xMin,
int  yMin,
int  xMax,
int  yMax 
)

Definition at line 1340 of file geo_classes.cpp.

References Add().

◆ Add() [3/3]

bool CSG_Rects_Int::Add ( void  )

Definition at line 1334 of file geo_classes.cpp.

Referenced by Add(), and Assign().

◆ Assign()

bool CSG_Rects_Int::Assign ( const CSG_Rects_Int Rects)

Definition at line 1313 of file geo_classes.cpp.

References Add(), and Clear().

Referenced by operator=().

◆ Clear()

void CSG_Rects_Int::Clear ( void  )

Definition at line 1296 of file geo_classes.cpp.

References SG_Free().

Referenced by Assign(), and ~CSG_Rects_Int().

◆ Get_Count()

int CSG_Rects_Int::Get_Count ( void  ) const
inline

Definition at line 672 of file geo_tools.h.

◆ Get_Rect()

CSG_Rect_Int& CSG_Rects_Int::Get_Rect ( int  Index)
inline

Definition at line 675 of file geo_tools.h.

◆ operator=()

CSG_Rects_Int & CSG_Rects_Int::operator= ( const CSG_Rects_Int Rects)

Definition at line 1326 of file geo_classes.cpp.

References Assign().

◆ operator[]()

CSG_Rect_Int& CSG_Rects_Int::operator[] ( int  Index)
inline

Definition at line 674 of file geo_tools.h.


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