PNode#
#include <PNode.h>
Brief description
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`PNode <class-pnode>`
[PNode](#class-pnode)
Detailed description#
List of Public Methods#
Complete Member Function Documentation#
PNode#
Definition
PNode::PNode()
Brief description
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`PNode::PNode() <pnode-public-pnode-pnode>`
[PNode::PNode()](#pnode-public-pnode-pnode)
PNode#
Definition
PNode::PNode(PNode *)
Brief description
Detailed description
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`PNode::PNode(PNode *) <pnode-public-pnode-pnode-pnode-ptr>`
[PNode::PNode(PNode *)](#pnode-public-pnode-pnode-pnode-ptr)
replace#
Definition
void PNode::replace(PNode *)
Brief description
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void PNode::replace(PNode *) <pnode-public-void-pnode-replace-pnode-ptr>`
[void PNode::replace(PNode *)](#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