![]() |
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 18 of file MatchTable.h.
|
inline |
Definition at line 25 of file MatchTable.h.
|
inline |
Definition at line 43 of file MatchTable.h.
|
inline |
Definition at line 44 of file MatchTable.h.
|
inline |
Definition at line 30 of file MatchTable.h.
|
inline |
Definition at line 29 of file MatchTable.h.
|
inline |
Definition at line 27 of file MatchTable.h.
|
inline |
Definition at line 28 of file MatchTable.h.
|
inline |
Definition at line 35 of file MatchTable.h.
|
inline |
Definition at line 40 of file MatchTable.h.