Changeset 932 for cpp/frams/model/modelparts.cpp
- Timestamp:
- 05/28/20 18:00:45 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/modelparts.cpp
r926 r932 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 19Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 98 98 NeuroClass::NeuroClass(ParamEntry *_props, SString _description, 99 99 int _prefinputs, int _prefoutput, int _preflocation, 100 int *_vectordata, bool own_vd, int vhints )100 int *_vectordata, bool own_vd, int vhints, int sup_shapes) 101 101 :ownedvectordata(own_vd), 102 102 name(_props->name), longname(_props->id), description(_description), … … 105 105 prefoutput(_prefoutput), 106 106 preflocation(_preflocation), 107 supported_shape_types(sup_shapes), 107 108 vectordata(_vectordata), 108 109 visualhints(vhints), impl_count(0),/*impl(0),*/active(1), genactive(0)
Note: See TracChangeset
for help on using the changeset viewer.