------------------------------------------------------------------------------
| 991 | |
| 992 | //------------------------------------------------------------------------------ |
| 993 | void vtkXMLHyperTreeGridWriter::HyperTreeGridMetaDataForVersion2::Initialize() |
| 994 | { |
| 995 | this->Descriptors = nullptr; |
| 996 | this->TreeIds = nullptr; |
| 997 | this->NumberOfVerticesPerDepth = nullptr; |
| 998 | this->DepthPerTree = nullptr; |
| 999 | this->BreadthFirstIdMap = nullptr; |
| 1000 | } |
| 1001 | VTK_ABI_NAMESPACE_END |
no outgoing calls