Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

csfl::ISize Class Reference

#include <size.h>

List of all members.

Public Methods

 ISize (int _w=0, int _h=0)
 ISize (const ISize &_s)
 ~ISize ()
bool operator== (const ISize &s) const
bool operator!= (const ISize &s) const

Public Attributes

int width
int height

Static Public Attributes

const ISize zero


Detailed Description

Classe que define o tamanho de objetos bidimensionais.


Constructor & Destructor Documentation

csfl::ISize::ISize ( int _w = 0,
int _h = 0 ) [inline]
 

O argumento “_h“ define a altura e “_w“ a largura do objeto.

csfl::ISize::ISize ( const ISize & _s ) [inline]
 

csfl::ISize::~ISize ( ) [inline]
 


Member Function Documentation

bool csfl::ISize::operator!= ( const ISize & s ) const [inline]
 

Função que define o operador != .

bool csfl::ISize::operator== ( const ISize & s ) const [inline]
 

Função que define o operador == .


Member Data Documentation

int csfl::ISize::height
 

int csfl::ISize::width
 

const ISize csfl::ISize::zero [static]
 


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

 

CFD Project | Documents | Downloads | Contact us | Use Terms

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster