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 26 of file MatchTable.h.
|
inline |
Definition at line 44 of file MatchTable.h.
|
inline |
Definition at line 45 of file MatchTable.h.
|
inline |
Definition at line 31 of file MatchTable.h.
|
inline |
Definition at line 30 of file MatchTable.h.
|
inline |
Definition at line 28 of file MatchTable.h.
|
inline |
Definition at line 29 of file MatchTable.h.
|
inline |
Definition at line 36 of file MatchTable.h.
|
inline |
Definition at line 41 of file MatchTable.h.