![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "vtkPVXMLElement.h"#include "vtkCollection.h"#include "vtkObjectFactory.h"#include "vtkSmartPointer.h"#include <ctype.h>#include <sstream>#include <string>#include <vector>
Go to the source code of this file.
Macros | |
| #define | SNPRINTF snprintf |
Functions | |
| vtkStandardNewMacro (vtkPVXMLElement) | |
| static bool | vtkIsSpace (const std::string &str) |
| template<class T > | |
| int | vtkPVXMLVectorAttributeParse (const char *str, int length, T *data) |
| #define SNPRINTF snprintf |
Definition at line 30 of file vtkPVXMLElement.cxx.
|
static |
Definition at line 43 of file vtkPVXMLElement.cxx.
Referenced by vtkPVXMLElement::PrintXML().
| int vtkPVXMLVectorAttributeParse | ( | const char * | str, |
| int | length, | ||
| T * | data | ||
| ) |
Definition at line 484 of file vtkPVXMLElement.cxx.
References data.
Referenced by vtkPVXMLElement::GetCharacterDataAsVector(), and vtkPVXMLElement::GetVectorAttribute().
| vtkStandardNewMacro | ( | vtkPVXMLElement | ) |