| vtdata library
    | 
This is the complete list of members for vtFence, including all inherited members.
| AddPoint(const DPoint2 &epos) (defined in vtFence) | vtFence | |
| AddTag(const vtTag &pTag) (defined in vtTagArray) | vtTagArray | |
| AddTag(const char *name, const char *value) (defined in vtTagArray) | vtTagArray | |
| ApplyStyle(vtLinearStyle style) (defined in vtFence) | vtFence | |
| Clear() (defined in vtTagArray) | vtTagArray | |
| CopyFrom(const vtStructure &v) (defined in vtStructure) | vtStructure | |
| CopyTagsFrom(const vtTagArray &v) (defined in vtTagArray) | vtTagArray | |
| FindTag(const char *szTagName) (defined in vtTagArray) | vtTagArray | |
| FindTag(const char *szTagName) const (defined in vtTagArray) | vtTagArray | |
| GetAbsolute() const (defined in vtStructure) | vtStructure | inline | 
| GetBuilding() (defined in vtStructure) | vtStructure | inline | 
| GetClosestPoint(const DPoint2 &point, DPoint2 &closest) | vtFence | |
| GetDistanceToLine(const DPoint2 &point) | vtFence | |
| GetElevationOffset() const (defined in vtStructure) | vtStructure | inline | 
| GetExtents(DRECT &rect) const (defined in vtFence) | vtFence | virtual | 
| GetFence() (defined in vtStructure) | vtStructure | inline | 
| GetFencePoints() (defined in vtFence) | vtFence | inline | 
| GetInstance() (defined in vtStructure) | vtStructure | inline | 
| GetNearestPointIndex(const DPoint2 &point, double &fDist) (defined in vtFence) | vtFence | |
| GetParams() (defined in vtFence) | vtFence | inline | 
| GetTag(int index) (defined in vtTagArray) | vtTagArray | |
| GetTag(int index) const (defined in vtTagArray) | vtTagArray | |
| GetType() const (defined in vtStructure) | vtStructure | inline | 
| GetValueBool(const char *szTagName) const (defined in vtTagArray) | vtTagArray | |
| GetValueBool(const char *szTagName, bool &bValue) const (defined in vtTagArray) | vtTagArray | |
| GetValueDouble(const char *szTagName) const (defined in vtTagArray) | vtTagArray | |
| GetValueDouble(const char *szTagName, double &dValue) const (defined in vtTagArray) | vtTagArray | |
| GetValueFloat(const char *szTagName) const (defined in vtTagArray) | vtTagArray | |
| GetValueFloat(const char *szTagName, float &fValue) const (defined in vtTagArray) | vtTagArray | |
| GetValueInt(const char *szTagName) const (defined in vtTagArray) | vtTagArray | |
| GetValueInt(const char *szTagName, int &iValue) const (defined in vtTagArray) | vtTagArray | |
| GetValueRGBi(const char *szTagName) const (defined in vtTagArray) | vtTagArray | |
| GetValueRGBi(const char *szTagName, RGBi &color) const (defined in vtTagArray) | vtTagArray | |
| GetValueString(const char *szTagName, bool bSuppressWarning=false) const (defined in vtTagArray) | vtTagArray | |
| GetValueString(const char *szTagName, vtString &string) const (defined in vtTagArray) | vtTagArray | |
| IsContainedBy(const DRECT &rect) const (defined in vtFence) | vtFence | virtual | 
| IsSelected() const (defined in Selectable) | Selectable | inline | 
| LoadFromXML(const char *fname) (defined in vtTagArray) | vtTagArray | |
| LogTags() const (defined in vtTagArray) | vtTagArray | |
| m_bAbsolute (defined in vtStructure) | vtStructure | protected | 
| m_bSelect (defined in Selectable) | Selectable | protected | 
| m_fElevationOffset (defined in vtStructure) | vtStructure | protected | 
| m_Params (defined in vtFence) | vtFence | protected | 
| m_pFencePts (defined in vtFence) | vtFence | protected | 
| m_tags (defined in vtTagArray) | vtTagArray | protected | 
| m_type (defined in vtStructure) | vtStructure | protected | 
| NumTags() const (defined in vtTagArray) | vtTagArray | |
| operator!=(const vtTagArray &v) const (defined in vtTagArray) | vtTagArray | |
| operator=(const vtFence &v) (defined in vtFence) | vtFence | |
| operator=(const vtTagArray &v) (defined in vtTagArray) | vtTagArray | |
| operator==(const vtTagArray &v) const (defined in vtTagArray) | vtTagArray | |
| OverrideValue(const char *szTagName, const vtString &string) (defined in vtTagArray) | vtTagArray | inlinevirtual | 
| ProfileChanged() (defined in vtFence) | vtFence | inlinevirtual | 
| RemoveTag(int index) (defined in vtTagArray) | vtTagArray | |
| RemoveTag(const char *szTagName) (defined in vtTagArray) | vtTagArray | |
| s_bVerbose (defined in vtTagArray) | vtTagArray | protectedstatic | 
| Select(bool b) (defined in Selectable) | Selectable | inline | 
| Selectable() (defined in Selectable) | Selectable | inline | 
| SetAbsolute(bool b) (defined in vtStructure) | vtStructure | inline | 
| SetElevationOffset(float fOffset) (defined in vtStructure) | vtStructure | inline | 
| SetFencePoints(const DLine2 &pts) (defined in vtFence) | vtFence | inline | 
| SetParams(const vtLinearParams ¶ms) (defined in vtFence) | vtFence | inlinevirtual | 
| SetType(vtStructureType t) (defined in vtStructure) | vtStructure | inline | 
| SetValueBool(const char *szTagName, bool value, bool bCreating=false) (defined in vtTagArray) | vtTagArray | |
| SetValueDouble(const char *szTagName, double value, bool bCreating=false) (defined in vtTagArray) | vtTagArray | |
| SetValueFloat(const char *szTagName, float value, bool bCreating=false) (defined in vtTagArray) | vtTagArray | |
| SetValueInt(const char *szTagName, int value, bool bCreating=false) (defined in vtTagArray) | vtTagArray | |
| SetValueRGBi(const char *szTagName, const RGBi &value, bool bCreating=false) (defined in vtTagArray) | vtTagArray | |
| SetValueString(const char *szTagName, const vtString &string, bool bCreating=false) (defined in vtTagArray) | vtTagArray | |
| SetVerbose(bool value) (defined in vtTagArray) | vtTagArray | static | 
| ToggleSelect() (defined in Selectable) | Selectable | inline | 
| vtFence() (defined in vtFence) | vtFence | |
| vtStructure() (defined in vtStructure) | vtStructure | |
| WriteOverridesToXML(FILE *fp) const (defined in vtTagArray) | vtTagArray | inlinevirtual | 
| WriteTags(GZOutput &out) const (defined in vtStructure) | vtStructure | |
| WriteToXML(const char *fname, const char *title) const (defined in vtTagArray) | vtTagArray | |
| WriteToXMLBody(FILE *fp, int iIndent) const (defined in vtTagArray) | vtTagArray | |
| WriteXML(GZOutput &out, bool bDegrees) const (defined in vtFence) | vtFence | virtual | 
| ~vtStructure() (defined in vtStructure) | vtStructure | virtual | 
| ~vtTagArray() (defined in vtTagArray) | vtTagArray | inlinevirtual | 
 1.8.10
 1.8.10