ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkPVXMLElement.cxx File Reference
#include "vtkPVXMLElement.h"
#include "vtkCollection.h"
#include "vtkObjectFactory.h"
#include "vtkSmartPointer.h"
#include <ctype.h>
#include <sstream>
#include <string>
#include <vector>
Include dependency graph for vtkPVXMLElement.cxx:

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)
 

Macro Definition Documentation

◆ SNPRINTF

#define SNPRINTF   snprintf

Definition at line 30 of file vtkPVXMLElement.cxx.

Function Documentation

◆ vtkIsSpace()

static bool vtkIsSpace ( const std::string &  str)
static

Definition at line 43 of file vtkPVXMLElement.cxx.

Referenced by vtkPVXMLElement::PrintXML().

◆ vtkPVXMLVectorAttributeParse()

template<class T >
int vtkPVXMLVectorAttributeParse ( const char *  str,
int  length,
T *  data 
)

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPVXMLElement  )