Hi may I know what is the purpose for putting the following private method?
|
MotionPrimitiveListTree::MotionPrimitiveListTree() { |
MotionPrimitiveListTree::MotionPrimitiveListTree() {
tree_initialized_ = false;
}
MotionPrimitiveListTree::~MotionPrimitiveListTree() {
}
Thank you very much.