![]() |
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 22 of file MatchTable.h.
|
inline |
Definition at line 45 of file MatchTable.h.
|
inline |
Definition at line 48 of file MatchTable.h.
|
inline |
Definition at line 32 of file MatchTable.h.
|
inline |
Definition at line 29 of file MatchTable.h.
|
inline |
Definition at line 23 of file MatchTable.h.
|
inline |
Definition at line 26 of file MatchTable.h.
|
inline |
Definition at line 37 of file MatchTable.h.
|
inline |
Definition at line 42 of file MatchTable.h.