VTK
Public Attributes | List of all members
_MergeInfo Struct Reference

This file contains utility functions for merging together the methods for a class with those inherited from all superclasses. More...

#include <vtkParseMerge.h>

Public Attributes

int NumberOfClasses
 
const char ** ClassNames
 
int NumberOfFunctions
 
intNumberOfOverrides
 
int ** OverrideClasses
 

Detailed Description

This file contains utility functions for merging together the methods for a class with those inherited from all superclasses.

This struct is meant to supplement ClassInfo, it gives information about which class (or classes) each method was inherited from

Definition at line 37 of file vtkParseMerge.h.

Member Data Documentation

int _MergeInfo::NumberOfClasses

Definition at line 39 of file vtkParseMerge.h.

const char** _MergeInfo::ClassNames

Definition at line 40 of file vtkParseMerge.h.

int _MergeInfo::NumberOfFunctions

Definition at line 41 of file vtkParseMerge.h.

int* _MergeInfo::NumberOfOverrides

Definition at line 42 of file vtkParseMerge.h.

int** _MergeInfo::OverrideClasses

Definition at line 43 of file vtkParseMerge.h.


The documentation for this struct was generated from the following file: