cee::ug::CustomResultGenerator::InputDataResults Struct Reference

Input data results. More...

Public Attributes

std::vector< const DataResultScalar * > scalars
 scalars[i] is the DataResultScalar object of argument i if the argument is a scalar, NULL if not More...
 
std::vector< const DataResultVector * > vectors
 vectors[i] is the DataResultVector object of argument i if the argument is a vector, NULL if not More...
 
std::vector< const DataResultDisplacement * > displacements
 displacements[i] is the DataResultDisplacement object of argument i if the argument is a displacement, NULL if not More...
 
std::vector< const DataResultSymmetricTensor * > symmetricTensors
 symmetricTensors[i] is the DataResultSymmetricTensor object of argument i if the argument is a symmetric tensor, NULL if not More...
 

Detailed Description

Input data results.

Member Data Documentation

std::vector<const DataResultDisplacement*> cee::ug::CustomResultGenerator::InputDataResults::displacements

displacements[i] is the DataResultDisplacement object of argument i if the argument is a displacement, NULL if not

std::vector<const DataResultScalar*> cee::ug::CustomResultGenerator::InputDataResults::scalars

scalars[i] is the DataResultScalar object of argument i if the argument is a scalar, NULL if not

std::vector<const DataResultSymmetricTensor*> cee::ug::CustomResultGenerator::InputDataResults::symmetricTensors

symmetricTensors[i] is the DataResultSymmetricTensor object of argument i if the argument is a symmetric tensor, NULL if not

std::vector<const DataResultVector*> cee::ug::CustomResultGenerator::InputDataResults::vectors

vectors[i] is the DataResultVector object of argument i if the argument is a vector, NULL if not