cdata Class


Properties Properties of the class
Methods All Methods of the class ordered by category.
Examples Some constructor examples

Back to Class descriptions Back to Class descriptions

Properties

Public Properties Public means that all clients can access the member by its name.
Private Properties Private restricts the access to the class itself. Only methods that are part of the same class can access private members.

Back to Top Back to Top

Public Properties

Properties Description

name

Name of the constant data object (CDATA)

xunits

Unit of the x-axes

yunits

Unit of the y-axes

Private Properties

Properties Description

y

Constant values of the CDATA object

x

Tag of the constant values

version

CVS version string of the constructor

created

Time object which stores the creation time of the CDATA object

Methods

Constructor Constructor of this class
Helper Helper functions only for internal usage
Internal Internal functions only for internal usage
Output Output functions

Back to Top Back to Top

Constructor

Methods Description

cdata

CDATA constant data object class constructor.

Back to Top of Section Back to Top of Section

Helper

Methods Description

get

GET get csdata properties.

isfield

ISFIELD tests if the given field is one of the object properties.

isvalid

ISVALID tests if the given cdata has all the correct fields of the correct type.

set

SET set a cdata property.

Back to Top of Section Back to Top of Section

Internal

Methods Description

get_xy_values

GET_XY_VALUES returns the values in vals.

set_xy_axis

SET_XY_AXIS set the x-axis and y-axis values.

single_operation

SINGLE_OPERATION implements specified operator overload for cdata objects.

subsref

SUBSREF Define field name indexing for cdata objects.

Back to Top of Section Back to Top of Section

Output

Methods Description

char

CHAR convert a cdata object into a string.

display

DISPLAY implement terminal display for cdata object.

save

SAVE a cdata object to file.

Back to Top of Section Back to Top of Section




©LTP Team