OpenStudio:model
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Static Public Member Functions | Related Functions | List of all members
openstudio::model::WindowPropertyFrameAndDivider Class Reference

#include <WindowPropertyFrameAndDivider.hpp>

+ Inheritance diagram for openstudio::model::WindowPropertyFrameAndDivider:

Public Member Functions

Constructors and Destructors
 WindowPropertyFrameAndDivider (const Model &model)
 
virtual ~WindowPropertyFrameAndDivider ()
 
Getters
double frameWidth () const
 
bool isFrameWidthDefaulted () const
 
double frameOutsideProjection () const
 
bool isFrameOutsideProjectionDefaulted () const
 
double frameInsideProjection () const
 
bool isFrameInsideProjectionDefaulted () const
 
boost::optional< double > frameConductance () const
 
double ratioOfFrameEdgeGlassConductanceToCenterOfGlassConductance () const
 
bool isRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductanceDefaulted () const
 
double frameSolarAbsorptance () const
 
bool isFrameSolarAbsorptanceDefaulted () const
 
double frameVisibleAbsorptance () const
 
bool isFrameVisibleAbsorptanceDefaulted () const
 
double frameThermalHemisphericalEmissivity () const
 
bool isFrameThermalHemisphericalEmissivityDefaulted () const
 
std::string dividerType () const
 
bool isDividerTypeDefaulted () const
 
double dividerWidth () const
 
bool isDividerWidthDefaulted () const
 
double numberOfHorizontalDividers () const
 
bool isNumberOfHorizontalDividersDefaulted () const
 
double numberOfVerticalDividers () const
 
bool isNumberOfVerticalDividersDefaulted () const
 
double dividerOutsideProjection () const
 
bool isDividerOutsideProjectionDefaulted () const
 
double dividerInsideProjection () const
 
bool isDividerInsideProjectionDefaulted () const
 
double dividerConductance () const
 
bool isDividerConductanceDefaulted () const
 
double ratioOfDividerEdgeGlassConductanceToCenterOfGlassConductance () const
 
bool isRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductanceDefaulted () const
 
double dividerSolarAbsorptance () const
 
bool isDividerSolarAbsorptanceDefaulted () const
 
double dividerVisibleAbsorptance () const
 
bool isDividerVisibleAbsorptanceDefaulted () const
 
double dividerThermalHemisphericalEmissivity () const
 
bool isDividerThermalHemisphericalEmissivityDefaulted () const
 
double outsideRevealDepth () const
 
bool isOutsideRevealDepthDefaulted () const
 
double outsideRevealSolarAbsorptance () const
 
bool isOutsideRevealSolarAbsorptanceDefaulted () const
 
double insideSillDepth () const
 
bool isInsideSillDepthDefaulted () const
 
double insideSillSolarAbsorptance () const
 
bool isInsideSillSolarAbsorptanceDefaulted () const
 
double insideRevealDepth () const
 
bool isInsideRevealDepthDefaulted () const
 
double insideRevealSolarAbsorptance () const
 
bool isInsideRevealSolarAbsorptanceDefaulted () const
 
Setters
bool setFrameWidth (double frameWidth)
 
void resetFrameWidth ()
 
bool setFrameOutsideProjection (double frameOutsideProjection)
 
void resetFrameOutsideProjection ()
 
bool setFrameInsideProjection (double frameInsideProjection)
 
void resetFrameInsideProjection ()
 
bool setFrameConductance (double frameConductance)
 
void resetFrameConductance ()
 
bool setRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductance (double ratioOfFrameEdgeGlassConductanceToCenterOfGlassConductance)
 
void resetRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductance ()
 
bool setFrameSolarAbsorptance (double frameSolarAbsorptance)
 
void resetFrameSolarAbsorptance ()
 
bool setFrameVisibleAbsorptance (double frameVisibleAbsorptance)
 
void resetFrameVisibleAbsorptance ()
 
bool setFrameThermalHemisphericalEmissivity (double frameThermalHemisphericalEmissivity)
 
void resetFrameThermalHemisphericalEmissivity ()
 
bool setDividerType (std::string dividerType)
 
void resetDividerType ()
 
bool setDividerWidth (double dividerWidth)
 
void resetDividerWidth ()
 
bool setNumberOfHorizontalDividers (double numberOfHorizontalDividers)
 
void resetNumberOfHorizontalDividers ()
 
bool setNumberOfVerticalDividers (double numberOfVerticalDividers)
 
void resetNumberOfVerticalDividers ()
 
bool setDividerOutsideProjection (double dividerOutsideProjection)
 
void resetDividerOutsideProjection ()
 
bool setDividerInsideProjection (double dividerInsideProjection)
 
void resetDividerInsideProjection ()
 
bool setDividerConductance (double dividerConductance)
 
void resetDividerConductance ()
 
bool setRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductance (double ratioOfDividerEdgeGlassConductanceToCenterOfGlassConductance)
 
void resetRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductance ()
 
bool setDividerSolarAbsorptance (double dividerSolarAbsorptance)
 
void resetDividerSolarAbsorptance ()
 
bool setDividerVisibleAbsorptance (double dividerVisibleAbsorptance)
 
void resetDividerVisibleAbsorptance ()
 
bool setDividerThermalHemisphericalEmissivity (double dividerThermalHemisphericalEmissivity)
 
void resetDividerThermalHemisphericalEmissivity ()
 
bool setOutsideRevealDepth (double outsideRevealDepth)
 
void resetOutsideRevealDepth ()
 
bool setOutsideRevealSolarAbsorptance (double outsideRevealSolarAbsorptance)
 
void resetOutsideRevealSolarAbsorptance ()
 
bool setInsideSillDepth (double insideSillDepth)
 
void resetInsideSillDepth ()
 
bool setInsideSillSolarAbsorptance (double insideSillSolarAbsorptance)
 
void resetInsideSillSolarAbsorptance ()
 
bool setInsideRevealDepth (double insideRevealDepth)
 
void resetInsideRevealDepth ()
 
bool setInsideRevealSolarAbsorptance (double insideRevealSolarAbsorptance)
 
void resetInsideRevealSolarAbsorptance ()
 
- Public Member Functions inherited from openstudio::model::ResourceObject
unsigned directUseCount (bool excludeChildren=false) const
 Returns the number of objects that use this resource directly. More...
 
unsigned nonResourceObjectUseCount (bool excludeChildren=false) const
 Returns the number of non-ResourceObjects that use this resource either directly or indirectly. More...
 
virtual ~ResourceObject ()
 
- Public Member Functions inherited from openstudio::model::ParentObject
std::vector< IddObjectTypeallowableChildTypes () const
 Returns a vector of allowable children types. More...
 
std::vector< ModelObjectchildren () const
 Return direct child objects in the Model. More...
 
virtual ~ParentObject ()
 
- Public Member Functions inherited from openstudio::model::ModelObject
virtual ~ModelObject ()
 
ModelObject clone () const
 Creates a deep copy of this object, placing it in this object's model(). More...
 
ModelObject clone (Model model) const
 Creates a deep copy of this object, placing it in model. More...
 
Component createComponent () const
 Method for creating sharable Model snippets. More...
 
Model model () const
 Returns the Model that contains this object. More...
 
boost::optional< ParentObjectparent () const
 Return this object's parent in the hierarchy, if it has one. More...
 
std::vector< ResourceObjectresources () const
 Get the resources directly used by this ModelObject. More...
 
template<typename T >
std::vector< T > getModelObjectSources () const
 Get all objects of type T that point to this object. More...
 
template<typename T >
std::vector< T > getModelObjectSources (IddObjectType iddObjectType) const
 Get all objects of type T that point to this object. More...
 
template<typename T >
boost::optional< T > getModelObjectTarget (unsigned index) const
 Get the object of type T pointed to by this object from field index. More...
 
template<typename T >
std::vector< T > getModelObjectTargets () const
 Get all objects of type T to which this object points. More...
 
const std::vector< std::string > & outputVariableNames () const
 Get all output variables names that could be associated with this object. More...
 
std::vector< OutputVariableoutputVariables () const
 Get all output variables associated with this object, must run simulation to generate data. More...
 
boost::optional
< openstudio::TimeSeries
getData (const OutputVariable &variable, const std::string &envPeriod) const
 Get data associated with this output variable and this object. More...
 
std::vector< LifeCycleCostlifeCycleCosts () const
 Returns the list of all LifeCycleCosts that refer to this object. More...
 
std::vector< IdfObjectremoveLifeCycleCosts ()
 Removes all LifeCycleCosts that refer to this object. More...
 
IddObjectType iddObjectType () const
 This is a virtual function that will tell you the type of iddObject you are dealing with. More...
 
AdditionalProperties additionalProperties () const
 Returns this object's additional properties, constructing a new object if necessary. More...
 
bool hasAdditionalProperties () const
 Returns true if this object has additional properties. More...
 
std::vector< IdfObjectremoveAdditionalProperties ()
 Removes all additional properties that refer to this object. More...
 
bool setParent (ParentObject &newParent)
 set the parent, child may have to call non-const methods on the parent More...
 
bool operator< (const ModelObject &right) const
 
bool operator== (const ModelObject &other) const
 equality test More...
 
bool operator!= (const ModelObject &other) const
 inequality test More...
 
std::vector< ScheduleTypeKeygetScheduleTypeKeys (const Schedule &schedule) const
 Return the ScheduleTypeKeys indicating how schedule is used in this object. More...
 
boost::optional< double > getAutosizedValue (std::string valueName, std::string unitString) const
 Gets the autosized component value from the sql file. More...
 
virtual std::vector
< EMSActuatorNames
emsActuatorNames () const
 Return the names of the available ems actuators. More...
 
virtual std::vector< std::string > emsInternalVariableNames () const
 Return the names of the available ems internal variables. More...
 
boost::optional< ModelObjectconnectedObject (unsigned port) const
 
boost::optional< unsigned > connectedObjectPort (unsigned port) const
 
- Public Member Functions inherited from openstudio::WorkspaceObject
bool canBeSource () const
 
bool canBeSource (unsigned index, const std::vector< std::string > &refLists=std::vector< std::string >()) const
 
std::vector< std::string > canBeTarget () const
 
std::vector< unsigned > getSourceIndices (const Handle &targetHandle) const
 
std::vector< WorkspaceObjectgetSources (IddObjectType type) const
 
boost::optional< WorkspaceObjectgetTarget (unsigned index) const
 
IdfObject idfObject ()
 
IdfObject idfObject () const
 
bool initialized () const
 
bool isSource () const
 
bool isTarget () const
 
unsigned numSources () const
 
bool objectListFieldsEqual (const WorkspaceObject &other) const
 
bool objectListFieldsNonConflicting (const WorkspaceObject &other) const
 
bool operator< (const WorkspaceObject &right) const
 
std::ostream & operator<< (std::ostream &os, const WorkspaceObject &workspaceObject)
 
std::vector
< openstudio::IdfObject
remove ()
 
bool setPointer (unsigned index, const Handle &targetHandle)
 
std::vector< WorkspaceObjectsources () const
 
std::vector< WorkspaceObjecttargets () const
 
Workspace workspace () const
 
virtual ~WorkspaceObject ()
 
- Public Member Functions inherited from openstudio::IdfObject
std::string briefDescription () const
 
cast () const
 
std::vector< T > castVector (const std::vector< U > &objects)
 
std::vector< std::vector
< std::string > > 
clearExtensibleGroups ()
 
IdfObject clone (bool keepHandle=false) const
 
std::string comment () const
 
boost::optional< std::string > createName (bool overwrite=true)
 
std::vector< unsigned > dataFields () const
 
bool dataFieldsEqual (const IdfObject &other) const
 
std::vector< std::string > eraseExtensibleGroup (unsigned groupIndex)
 
std::vector< IdfExtensibleGroupextensibleGroups () const
 
boost::optional< std::string > fieldComment (unsigned index, bool returnDefault=false) const
 
boost::optional< double > getDouble (unsigned index, bool returnDefault=false) const
 
IdfExtensibleGroup getExtensibleGroup (unsigned groupIndex) const
 
std::vector< Handle > getHandles (const std::vector< T > &objects)
 
boost::optional< intgetInt (unsigned index, bool returnDefault=false) const
 
OSOptionalQuantity getQuantity (unsigned index, bool returnDefault=false, bool returnIP=false) const
 
boost::optional< std::string > getString (unsigned index, bool returnDefault=false, bool returnUninitializedEmpty=false) const
 
boost::optional< unsigned > getUnsigned (unsigned index, bool returnDefault=false) const
 
boost::optional< QUrl > getURL (unsigned index, bool returnDefault=false) const
 
Handle handle () const
 
IddObject iddObject () const
 
 IdfObject (IddObjectType type, bool fastName=false)
 
 IdfObject (const IddObject &, bool fastName=false)
 
 IdfObject (const IdfObject &other)
 
IdfExtensibleGroup insertExtensibleGroup (unsigned groupIndex)
 
IdfExtensibleGroup insertExtensibleGroup (unsigned groupIndex, const std::vector< std::string > &values)
 
bool isDataField (unsigned index) const
 
bool isEmpty (unsigned index) const
 
bool isObjectListField (unsigned index) const
 
bool isValid (StrictnessLevel level, bool checkNames=false) const
 
boost::optional< unsigned > maxExtensibleGroups () const
 
boost::optional< unsigned > maxFields () const
 
unsigned minExtensibleGroups () const
 
unsigned minFields () const
 
boost::optional< std::string > name (bool returnDefault=false) const
 
std::string nameString (bool returnDefault=false) const
 
unsigned numExtensibleGroups () const
 
unsigned numFields () const
 
unsigned numNonextensibleFields () const
 
std::vector< unsigned > objectListFields () const
 
bool objectListFieldsEqual (const IdfObject &other) const
 
bool objectListFieldsNonConflicting (const IdfObject &other) const
 
bool operator!= (const IdfObject &other) const
 
std::ostream & operator<< (std::ostream &os, const IdfObject &IdfObject)
 
bool operator== (const IdfObject &other) const
 
boost::optional< T > optionalCast () const
 
std::vector< std::string > popExtensibleGroup ()
 
std::ostream & print (std::ostream &os) const
 
std::ostream & printField (std::ostream &os, unsigned index, bool isLastField=false) const
 
std::ostream & printName (std::ostream &os, bool hasFields=true) const
 
IdfExtensibleGroup pushExtensibleGroup ()
 
IdfExtensibleGroup pushExtensibleGroup (const std::vector< std::string > &values)
 
std::vector< unsigned > requiredFields () const
 
void setComment (const std::string &msg)
 
bool setDouble (unsigned index, double value)
 
bool setFieldComment (unsigned index, const std::string &cmnt)
 
bool setInt (unsigned index, int value)
 
boost::optional< std::string > setName (const std::string &newName)
 
bool setQuantity (unsigned index, const Quantity &q)
 
bool setString (unsigned index, const std::string &value)
 
bool setUnsigned (unsigned index, unsigned value)
 
std::vector< T > subsetCastVector (const std::vector< U > &original)
 
ValidityReport validityReport (StrictnessLevel level, bool checkNames=false) const
 
virtual ~IdfObject ()
 

Static Public Member Functions

static std::vector< std::string > dividerTypeValues ()
 
static IddObjectType iddObjectType ()
 
- Static Public Member Functions inherited from openstudio::IdfObject
static boost::optional< IdfObjectload (const std::string &text)
 
static boost::optional< IdfObjectload (const std::string &text, const IddObject &iddObject)
 
static int printedFieldSpace ()
 

Related Functions

(Note that these are not member functions.)

typedef boost::optional
< WindowPropertyFrameAndDivider
OptionalWindowPropertyFrameAndDivider
 
typedef std::vector
< WindowPropertyFrameAndDivider
WindowPropertyFrameAndDividerVector
 

Additional Inherited Members

- Public Types inherited from openstudio::WorkspaceObject
typedef boost::optional
< WorkspaceObject
OptionalWorkspaceObject
 
typedef std::vector
< WorkspaceObject
WorkspaceObjectVector
 
- Public Types inherited from openstudio::IdfObject
typedef std::pair< IdfObject,
IdfObject
IdfObjectPair
 
typedef std::vector< IdfObjectIdfObjectVector
 
typedef boost::optional
< IdfObject
OptionalIdfObject
 
- Protected Types inherited from openstudio::model::ModelObject
typedef detail::ModelObject_Impl ImplType
 
- Protected Types inherited from openstudio::WorkspaceObject
typedef
detail::WorkspaceObject_Impl 
ImplType
 
- Protected Types inherited from openstudio::IdfObject
typedef detail::IdfObject_Impl ImplType
 
- Protected Member Functions inherited from openstudio::model::ResourceObject
 ResourceObject (IddObjectType type, const Model &model)
 Constructs a new PlanarSurface object in the model. More...
 
- Protected Member Functions inherited from openstudio::model::ParentObject
 ParentObject (IddObjectType type, const Model &model)
 Constructs a new ParentObject object in the model. More...
 
- Protected Member Functions inherited from openstudio::model::ModelObject
 ModelObject (IddObjectType type, const Model &model, bool fastName=false)
 
 ModelObject (std::shared_ptr< detail::ModelObject_Impl > impl)
 
- Protected Member Functions inherited from openstudio::WorkspaceObject
 WorkspaceObject (std::shared_ptr< detail::WorkspaceObject_Impl > impl)
 
- Protected Member Functions inherited from openstudio::IdfObject
 IdfObject (std::shared_ptr< detail::IdfObject_Impl > impl)
 

Detailed Description

WindowPropertyFrameAndDivider is a ResourceObject that wraps the OpenStudio IDD object 'OS:WindowProperty:FrameAndDivider'.

Constructor & Destructor Documentation

openstudio::model::WindowPropertyFrameAndDivider::WindowPropertyFrameAndDivider ( const Model model)
explicit
virtual openstudio::model::WindowPropertyFrameAndDivider::~WindowPropertyFrameAndDivider ( )
inlinevirtual

Member Function Documentation

double openstudio::model::WindowPropertyFrameAndDivider::dividerConductance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerInsideProjection ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerOutsideProjection ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerSolarAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerThermalHemisphericalEmissivity ( ) const
std::string openstudio::model::WindowPropertyFrameAndDivider::dividerType ( ) const
static std::vector<std::string> openstudio::model::WindowPropertyFrameAndDivider::dividerTypeValues ( )
static
double openstudio::model::WindowPropertyFrameAndDivider::dividerVisibleAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::dividerWidth ( ) const
boost::optional<double> openstudio::model::WindowPropertyFrameAndDivider::frameConductance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameInsideProjection ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameOutsideProjection ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameSolarAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameThermalHemisphericalEmissivity ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameVisibleAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::frameWidth ( ) const
static IddObjectType openstudio::model::WindowPropertyFrameAndDivider::iddObjectType ( )
static
double openstudio::model::WindowPropertyFrameAndDivider::insideRevealDepth ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::insideRevealSolarAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::insideSillDepth ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::insideSillSolarAbsorptance ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerConductanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerInsideProjectionDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerOutsideProjectionDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerThermalHemisphericalEmissivityDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerTypeDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerVisibleAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isDividerWidthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameInsideProjectionDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameOutsideProjectionDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameThermalHemisphericalEmissivityDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameVisibleAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isFrameWidthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isInsideRevealDepthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isInsideRevealSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isInsideSillDepthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isInsideSillSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isNumberOfHorizontalDividersDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isNumberOfVerticalDividersDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isOutsideRevealDepthDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isOutsideRevealSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductanceDefaulted ( ) const
bool openstudio::model::WindowPropertyFrameAndDivider::isRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductanceDefaulted ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::numberOfHorizontalDividers ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::numberOfVerticalDividers ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::outsideRevealDepth ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::outsideRevealSolarAbsorptance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::ratioOfDividerEdgeGlassConductanceToCenterOfGlassConductance ( ) const
double openstudio::model::WindowPropertyFrameAndDivider::ratioOfFrameEdgeGlassConductanceToCenterOfGlassConductance ( ) const
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerConductance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerInsideProjection ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerOutsideProjection ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerThermalHemisphericalEmissivity ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerType ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerVisibleAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetDividerWidth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameConductance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameInsideProjection ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameOutsideProjection ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameThermalHemisphericalEmissivity ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameVisibleAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetFrameWidth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetInsideRevealDepth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetInsideRevealSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetInsideSillDepth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetInsideSillSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetNumberOfHorizontalDividers ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetNumberOfVerticalDividers ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetOutsideRevealDepth ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetOutsideRevealSolarAbsorptance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductance ( )
void openstudio::model::WindowPropertyFrameAndDivider::resetRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductance ( )
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerConductance ( double  dividerConductance)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerInsideProjection ( double  dividerInsideProjection)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerOutsideProjection ( double  dividerOutsideProjection)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerSolarAbsorptance ( double  dividerSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerThermalHemisphericalEmissivity ( double  dividerThermalHemisphericalEmissivity)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerType ( std::string  dividerType)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerVisibleAbsorptance ( double  dividerVisibleAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setDividerWidth ( double  dividerWidth)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameConductance ( double  frameConductance)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameInsideProjection ( double  frameInsideProjection)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameOutsideProjection ( double  frameOutsideProjection)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameSolarAbsorptance ( double  frameSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameThermalHemisphericalEmissivity ( double  frameThermalHemisphericalEmissivity)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameVisibleAbsorptance ( double  frameVisibleAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setFrameWidth ( double  frameWidth)
bool openstudio::model::WindowPropertyFrameAndDivider::setInsideRevealDepth ( double  insideRevealDepth)
bool openstudio::model::WindowPropertyFrameAndDivider::setInsideRevealSolarAbsorptance ( double  insideRevealSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setInsideSillDepth ( double  insideSillDepth)
bool openstudio::model::WindowPropertyFrameAndDivider::setInsideSillSolarAbsorptance ( double  insideSillSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setNumberOfHorizontalDividers ( double  numberOfHorizontalDividers)
bool openstudio::model::WindowPropertyFrameAndDivider::setNumberOfVerticalDividers ( double  numberOfVerticalDividers)
bool openstudio::model::WindowPropertyFrameAndDivider::setOutsideRevealDepth ( double  outsideRevealDepth)
bool openstudio::model::WindowPropertyFrameAndDivider::setOutsideRevealSolarAbsorptance ( double  outsideRevealSolarAbsorptance)
bool openstudio::model::WindowPropertyFrameAndDivider::setRatioOfDividerEdgeGlassConductanceToCenterOfGlassConductance ( double  ratioOfDividerEdgeGlassConductanceToCenterOfGlassConductance)
bool openstudio::model::WindowPropertyFrameAndDivider::setRatioOfFrameEdgeGlassConductanceToCenterOfGlassConductance ( double  ratioOfFrameEdgeGlassConductanceToCenterOfGlassConductance)

Friends And Related Function Documentation