PyPO User Manual
reflcontainer Struct Reference

#include <Structs.h>

Public Attributes

int size
 
double * x
 
double * y
 
double * z
 
double * nx
 
double * ny
 
double * nz
 
double * area
 

Detailed Description

Object containing co-ordinate and normal vector arrays for reflector surfaces.

Member Data Documentation

◆ area

double* reflcontainer::area

array of double. Contains area element size of surface.

◆ nx

double* reflcontainer::nx

array of double. Contains normal vector component along x-axis.

◆ ny

double* reflcontainer::ny

array of double. Contains normal vector component along y-axis.

◆ nz

double* reflcontainer::nz

array of double. Contains normal vector component along z-axis.

◆ size

int reflcontainer::size

Number of cells on surface.

◆ x

double* reflcontainer::x

array of double. Contains co-ordinates along x-axis.

◆ y

double* reflcontainer::y

array of double. Contains co-ordinates along y-axis.

◆ z

double* reflcontainer::z

array of double. Contains co-ordinates along z-axis.


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