Methods
|
|
PDBio
__hash__
error
ok
readMask
readPDBfile
whatToDo
writeMask
writePDBfile
|
|
PDBio
|
PDBio ( self )
PDBio() -> PDBio
PDBio constructor documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
error
|
error ( self )
error() -> std::string
error documentation.
|
|
ok
|
ok ( self )
ok() -> bool
ok documentation.
|
|
readMask
|
readMask ( self )
readMask() -> std::vector<bool>
readMask documentation.
|
|
readPDBfile
|
readPDBfile ( self, filename )
readPDBfile(char* filename) -> std::vector<Molecule*>
readPDBfile documentation.
|
|
whatToDo
|
whatToDo ( self )
whatToDo() -> std::vector<bool>
whatToDo documentation.
|
|
writeMask
|
writeMask ( self )
writeMask() -> std::vector<bool>
writeMask documentation.
|
|
writePDBfile
|
writePDBfile (
self,
mols,
filename,
)
writePDBfile(std::vector<const Molecule*> mols, char* filename)
writePDBfile documentation.
|