#include <util.h>
Public Member Functions | |
bitmap () | |
~bitmap () | |
bitmap (const bitmap &b) | |
bitmap & | operator= (const bitmap &b) |
void | set_size (int n) |
int | get_size () |
void | set_value (int n) |
void | unset_value (int n) |
bool | check_value (int n) |
Private Attributes | |
int * | map |
bool | map_set |
int | size |
Definition at line 93 of file utilities/rc_cmp/util.h.
bitmap | ( | ) |
~bitmap | ( | ) |
Definition at line 459 of file utilities/rc_cmp/util.cpp.
bool check_value | ( | int | n | ) |
Definition at line 579 of file utilities/rc_cmp/util.cpp.
Referenced by points::get_point(), points::operator=(), points::points(), points::set_num_points(), points::set_point_val(), and points::~points().
int get_size | ( | ) |
Definition at line 542 of file utilities/rc_cmp/util.cpp.
References size.
void set_size | ( | int | n | ) |
Definition at line 506 of file utilities/rc_cmp/util.cpp.
References i, map, map_set, n, and size.
Referenced by points::set_num_points().
void set_value | ( | int | n | ) |
Definition at line 546 of file utilities/rc_cmp/util.cpp.
References map.
Referenced by points::set_point_val().
void unset_value | ( | int | n | ) |
|
private |
Definition at line 118 of file utilities/rc_cmp/util.h.
Referenced by bitmap(), check_value(), operator=(), set_size(), set_value(), unset_value(), and ~bitmap().
|
private |
Definition at line 120 of file utilities/rc_cmp/util.h.
Referenced by bitmap(), operator=(), set_size(), and ~bitmap().
|
private |
Definition at line 123 of file utilities/rc_cmp/util.h.
Referenced by bitmap(), check_value(), get_size(), operator=(), and set_size().