| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
EnumerationStrategyBase
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
GetNumPermutations( (EnumerationStrategyBase)arg1) -> int :
Returns the total number of results for this enumeration strategy.
Note that some strategies are effectively infinite.
C++ signature :
unsigned long GetNumPermutations(RDKit::EnumerationStrategyBase {lvalue})
|
GetPosition( (EnumerationStrategyBase)arg1) -> VectSizeT :
Return the current indices into the arrays of reagents
C++ signature :
std::vector<unsigned long, std::allocator<unsigned long> > GetPosition(RDKit::EnumerationStrategyBase {lvalue})
|
Initialize( (EnumerationStrategyBase)arg1, (ChemicalReaction)arg2, (list)arg3) -> None :
C++ signature :
void Initialize(RDKit::EnumerationStrategyBase {lvalue},RDKit::ChemicalReaction {lvalue},boost::python::list)
|
Skip( (EnumerationStrategyBase)arg1, (int)skipCount) -> bool :
Skip the next Nth results. note: this may be an expensive operation
depending on the enumeration strategy used. It is recommended to use
the enumerator state to advance to a known position
C++ signature :
bool Skip(RDKit::EnumerationStrategyBase {lvalue},unsigned long)
|
Type( (EnumerationStrategyBase)arg1) -> str :
Returns the enumeration strategy type as a string.
C++ signature :
char const* Type(RDKit::EnumerationStrategyBase {lvalue})
|
__bool__( (EnumerationStrategyBase)arg1) -> bool :
C++ signature :
bool __bool__(RDKit::EnumerationStrategyBase*)
|
__copy__( (EnumerationStrategyBase)arg1) -> EnumerationStrategyBase :
C++ signature :
RDKit::EnumerationStrategyBase* __copy__(RDKit::EnumerationStrategyBase {lvalue})
__copy__( (EnumerationStrategyBase)arg1) -> None :
C++ signature :
void __copy__(RDKit::EnumerationStrategyBase* {lvalue})
|
Raises an exception This class cannot be instantiated from Python
|
__next__( (EnumerationStrategyBase)arg1) -> VectSizeT :
Return the next indices into the arrays of reagents
C++ signature :
std::vector<unsigned long, std::allocator<unsigned long> > __next__(RDKit::EnumerationStrategyBase {lvalue})
__next__( (EnumerationStrategyBase)arg1) -> None :
C++ signature :
void __next__(RDKit::EnumerationStrategyBase* {lvalue})
|
__nonzero__( (EnumerationStrategyBase)arg1) -> bool :
C++ signature :
bool __nonzero__(RDKit::EnumerationStrategyBase*)
|
helper for pickle
|
next( (EnumerationStrategyBase)arg1) -> VectSizeT :
Return the next indices into the arrays of reagents
C++ signature :
std::vector<unsigned long, std::allocator<unsigned long> > next(RDKit::EnumerationStrategyBase {lvalue})
next( (EnumerationStrategyBase)arg1) -> None :
C++ signature :
void next(RDKit::EnumerationStrategyBase* {lvalue})
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:01 2017 | http://epydoc.sourceforge.net |