Открыть боковую панель
CircuitGen
CircuitGen_Graph
Коммиты
94ce87f2
Коммит
94ce87f2
создал
Июн 08, 2025
по автору
Fuuulkrum7
Просмотр файлов
Fix docs: update Doxyfile, add correct directory for saving && make rebase
владелец
3f383366
Изменения
2
Развернуть все
Скрыть пробелы
Построчно
Рядом
docs/Doxyfile.in
Просмотр файла @
94ce87f2
Это отличие свёрнуто
Нажмите, чтобы развернуть
include/CircuitGenGraph/GraphVertex.hpp
Просмотр файла @
94ce87f2
...
...
@@ -80,11 +80,8 @@ protected:
private:
};
/// class GraphVertexConstant TO DO: Description
///
///
/// </summary>
/// class GraphVertexConstant
/// A simple class, making avalible to use constant values in circuits
class
GraphVertexConstant
:
public
GraphVertexInput
{
public:
/// @brief Initializes the GraphVertexConstant object with
...
...
@@ -235,8 +232,6 @@ public:
/// @brief This method is used as a substructure for
/// OrientedGraph methods
/// @param i_fileStream TO DO:
/// @return TO DO:
bool
toGraphML
(
std
::
ofstream
&
i_fileStream
)
const
;
/// @brief This method is used as a substructureS for
...
...
@@ -493,7 +488,7 @@ public:
/// @brief updateValue A virtual function for updating the vertex value.
/// The implementation is provided in derived classes
/// @return the value of the vertex after its update
char
updateValue
()
override
{
return
'0'
;
};
char
updateValue
()
override
{
return
ValueStates
::
FalseValue
;
};
/// @brief return true if sequential cell is
bool
isFF
()
const
;
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать