![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <MatchTable.h>
Public Member Functions | |
TArray2D (size_t cy=0, size_t cx=0) | |
size_t | getXSize () const |
size_t | getYSize () const |
bool | empty () const |
void | clear () |
void | resize (size_t cy, size_t cx) |
void | set (size_t row, size_t col, T val) |
T | at (size_t row, size_t col) |
T | at (size_t row, size_t col) const |
Definition at line 17 of file MatchTable.h.
|
inline |
Definition at line 24 of file MatchTable.h.
|
inline |
Definition at line 42 of file MatchTable.h.
|
inline |
Definition at line 43 of file MatchTable.h.
|
inline |
Definition at line 29 of file MatchTable.h.
|
inline |
Definition at line 28 of file MatchTable.h.
|
inline |
Definition at line 26 of file MatchTable.h.
|
inline |
Definition at line 27 of file MatchTable.h.
|
inline |
Definition at line 34 of file MatchTable.h.
|
inline |
Definition at line 39 of file MatchTable.h.