PNode#

#include <PNode.h>

How to cite this class in this doc#

:ref:`PNode <class-pnode>`
[PNode](#class-pnode)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

PNode
PNode::PNode()
References
How to cite in this doc:
:ref:`PNode::PNode() <public-pnode-pnode>`
[PNode::PNode()](#public-pnode-pnode)
PNode
PNode::PNode(PNode *)
References
How to cite in this doc:
:ref:`PNode::PNode(PNode *) <public-pnode-pnode-pnode-ptr>`
[PNode::PNode(PNode *)](#public-pnode-pnode-pnode-ptr)
replace
void PNode::replace(PNode *)
References
Referenced By
How to cite in this doc:
:ref:`void PNode::replace(PNode *) <public-void-pnode-replace-pnode-ptr>`
[void PNode::replace(PNode *)](#public-void-pnode-replace-pnode-ptr)

Attributes Documentation#

left (public)
PNode* PNode::left
nvalue (public)
double PNode::nvalue = - 100.
right (public)
PNode* PNode::right
type (public)
int PNode::type
value (public)
True_int PNode::value