WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WXP::NidsVector Struct Reference

This struct stores NIDS vector block header information. More...

#include "../include/NidsVector.h"

Public Member Functions

int print ()
 

Public Attributes

float val
 
float x1
 
float y1
 
float x2
 
float y2
 

Detailed Description

This struct stores NIDS vector block header information.

Author
Dan Vietor

Member Function Documentation

◆ print()

int NidsVector::print ( )

Prints the object data

References val, x1, x2, y1, and y2.

Member Data Documentation

◆ val

float WXP::NidsVector::val

Vector value

Referenced by print(), and WXP::NidsFile::readVector().

◆ x1

float WXP::NidsVector::x1

◆ x2

float WXP::NidsVector::x2

Second X value

Referenced by WXP::NidsPlot::drawData(), print(), and WXP::NidsFile::readVector().

◆ y1

float WXP::NidsVector::y1

◆ y2

float WXP::NidsVector::y2

Second Y value

Referenced by WXP::NidsPlot::drawData(), print(), and WXP::NidsFile::readVector().


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