X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/f85e6b00bd29ddff6067db8c6d4c56f53bcf4c0b..ee2cb3d6c26ae319d20bde28f415393e96611ece:/Constructor/include/cistern.h diff --git a/Constructor/include/cistern.h b/Constructor/include/cistern.h index 87b6ef6..1c874ea 100644 --- a/Constructor/include/cistern.h +++ b/Constructor/include/cistern.h @@ -40,6 +40,10 @@ class Cistern : public CItem { /**Devuelve el tipo de conector que posee en las coordenadas (_a, _b) segun su orientacion */ virtual ConnectorType get_connector_type(int _a, int _b); + + /**Setea las coordenadas _a, _b en la posicion donde se deben conectar los cables logicos. + */ + virtual void get_logic_connect_position(int& _a, int& _b); protected: /**Atributos que definen su comportamiento */