Package schrodinger :: Package infra :: Module phase :: Class PhpSite
[hide private]
[frames] | no frames]

Class PhpSite

object --+
         |
        PhpSite
Known Subclasses:

Proxy of C++ PhpSite class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
 
__init__(self, *args)
__init__(PhpSite self) -> PhpSite __init__(PhpSite self, size_t a_number) -> PhpSite __init__(PhpSite self, std::string const & a_type) -> PhpSite __init__(PhpSite self, PhpSite arg2) -> PhpSite
 
__swig_destroy__(...)
delete_PhpSite(PhpSite self)
 
__eq__(...)
PhpSite___eq__(PhpSite self, PhpSite arg2) -> bool
 
__ne__(...)
PhpSite___ne__(PhpSite self, PhpSite rhs) -> bool
 
setXCoord(...)
PhpSite_setXCoord(PhpSite self, double a_x)
 
getXCoord(...)
PhpSite_getXCoord(PhpSite self) -> double
 
setYCoord(...)
PhpSite_setYCoord(PhpSite self, double a_y)
 
getYCoord(...)
PhpSite_getYCoord(PhpSite self) -> double
 
setZCoord(...)
PhpSite_setZCoord(PhpSite self, double a_z)
 
getZCoord(...)
PhpSite_getZCoord(PhpSite self) -> double
 
setCoordinates(...)
PhpSite_setCoordinates(PhpSite self, double a_x, double a_y, double a_z)
 
setSiteType(...)
PhpSite_setSiteType(PhpSite self, std::string const & a_type)
 
setSiteTypeChar(...)
PhpSite_setSiteTypeChar(PhpSite self, char const a_char)
 
getSiteType(...)
PhpSite_getSiteType(PhpSite self) -> std::string
 
getSiteTypeChar(...)
PhpSite_getSiteTypeChar(PhpSite self) -> char
 
setSiteNumber(...)
PhpSite_setSiteNumber(PhpSite self, size_t const a_number)
 
getSiteNumber(...)
PhpSite_getSiteNumber(PhpSite self) -> size_t
 
getSiteName(...)
PhpSite_getSiteName(PhpSite self, int offset=1) -> std::string
 
setSiteSimilarity(...)
PhpSite_setSiteSimilarity(PhpSite self, int const a_type)
 
getSiteSimilarity(...)
PhpSite_getSiteSimilarity(PhpSite self) -> int
 
calculateSimilarity(...)
PhpSite_calculateSimilarity(PhpSite self, PhpSite rhs) -> double
 
setStatus(...)
PhpSite_setStatus(PhpSite self, int const a_status)
 
setSiteStatusOn(...)
PhpSite_setSiteStatusOn(PhpSite self)
 
setSiteStatusOff(...)
PhpSite_setSiteStatusOff(PhpSite self)
 
getSiteStatus(...)
PhpSite_getSiteStatus(PhpSite self) -> int
 
setProjectedOnly(...)
PhpSite_setProjectedOnly(PhpSite self, bool const a_status)
 
setProjectedOnlyOn(...)
PhpSite_setProjectedOnlyOn(PhpSite self)
 
setProjectedOnlyOff(...)
PhpSite_setProjectedOnlyOff(PhpSite self)
 
getProjectedOnly(...)
PhpSite_getProjectedOnly(PhpSite self) -> bool
 
distance(...)
PhpSite_distance(PhpSite self, PhpSite rhs) -> double

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  SiteStatusOn = 0
hash(x)
  SiteStatusOff = 1
Properties [hide private]
  thisown
The membership flag

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

 

__init__(PhpSite self) -> PhpSite __init__(PhpSite self, size_t a_number) -> PhpSite __init__(PhpSite self, std::string const & a_type) -> PhpSite __init__(PhpSite self, PhpSite arg2) -> PhpSite

Overrides: object.__init__

Property Details [hide private]

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)